Fixed example config for load balancing support in README.md

This commit is contained in:
Nevah5 2023-06-04 20:34:14 +02:00
parent 6e92fc0d09
commit a8a7ed1e5f

View File

@ -255,11 +255,6 @@ If you have multiple IP addresses and want to load balance between them, you can
"aaaa": true, "aaaa": true,
"purgeUnknownRecords": false, "purgeUnknownRecords": false,
"ttl": 300 "ttl": 300
}
"a": true,
"aaaa": true,
"purgeUnknownRecords": false,
"ttl": 300
} }
``` ```