From 424114b58bb4c4dc0da4b3591b6a635e30f05702 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 29 Oct 2023 20:35:43 +0530 Subject: [PATCH] ZoneAlias: updated sample config. --- Apps/ZoneAliasApp/dnsApp.config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Apps/ZoneAliasApp/dnsApp.config b/Apps/ZoneAliasApp/dnsApp.config index 0b83f3a7..8a25f685 100644 --- a/Apps/ZoneAliasApp/dnsApp.config +++ b/Apps/ZoneAliasApp/dnsApp.config @@ -1,9 +1,6 @@ { "enableAliasing": true, "zoneAliases": { - "example.com": [ - "example.net", - "example.org" - ] + "example.com": ["example.net", "example.org"] } }