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"] } }