ZoneAlias: updated sample config.

This commit is contained in:
Shreyas Zare
2023-10-29 20:35:43 +05:30
parent be8391ab89
commit 424114b58b

View File

@@ -1,9 +1,6 @@
{
"enableAliasing": true,
"zoneAliases": {
"example.com": [
"example.net",
"example.org"
]
"example.com": ["example.net", "example.org"]
}
}