Merge pull request #140 from Nevah5/master

Fixed example config for load balancing support in README.md
This commit is contained in:
Timothy Miller 2023-10-12 02:10:10 -04:00 committed by GitHub
commit f7d1ff8687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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