From 96cb9aad90e733462f9e9704d9b68fe6b431a9af Mon Sep 17 00:00:00 2001 From: Philip Thompson Date: Mon, 11 Jan 2021 15:54:47 -0500 Subject: [PATCH] Closes #42: Update dns.conf.example Use valid round robin syntax for specifying IP addresses --- dns.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.conf.example b/dns.conf.example index aee98b5..6a1bba4 100644 --- a/dns.conf.example +++ b/dns.conf.example @@ -2,7 +2,7 @@ CNAME woot.com asdf.com A .*reddit.* 8.8.8.8 TXT .* HELLO AAAA lulz.com 2607:f8b0:4006:807::100e -A .*rebind.* 1.1.1.1 2.2.2.2 +A .*rebind.* 1.1.1.1,2.2.2.2 A testrule.test 1.1.1.1,2.2.2.2,3.3.3.3 A roundrobin 1.1.1.1 10%2.2.2.2,3.3.3.3,4.4.4.4 # comment