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

fix dns

parent 24c9d83b
No related branches found
No related tags found
No related merge requests found
Pipeline #4568 failed
......@@ -18,4 +18,6 @@
become: yes
roles:
- services
- ffhl_nameserver
- role: ffhl_nameserver
tags: [nameserver]
......@@ -22,7 +22,7 @@ recursive_ips:addMask('::1/128')
addAction("ffdyn.net.", PoolAction('ffdyndns'))
addAction(NetmaskGroupRule(recursive_ips), PoolAction('recursor'))
addAction({"luebeck.freifunk.net.", "ffhl.de.", "ffhl."}, PoolAction('auth'))
addAction(AllRule(), PoolAction('auth'))
-- disable security status
setSecurityPollSuffix("")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment