Skip to content
Snippets Groups Projects
Commit 07511913 authored by Philipp Rothmann's avatar Philipp Rothmann
Browse files

dnsdist: add ipv6 downstream server for pretty grafana

parent 095f184d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@ addLocal('0.0.0.0')
setACL({'0.0.0.0/0', '::/0'}) -- Allow all IPs access
newServer({address='127.0.0.1:5300', pool='auth'})
newServer({address='[::1]:5300', pool='auth'})
newServer({address='127.0.0.1:5301', pool='recursor'})
newServer({address='[::1]:5301', pool='recursor'})
-- todo use host_vars
recursive_ips = newNMG()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment