Skip to content
Snippets Groups Projects
Verified Commit f862af97 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Allow clients to access the server

parent b4ca1e5e
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,12 @@ server:
interface: 0.0.0.0
interface: ::
prefetch: yes
{% for i in unbound_allowed_hosts %}
access-control: {{i}} allow
{% endfor %}
forward-zone:
name: "."
{% for i in nameservers %}
{% for i in unbound_upstream_hosts %}
forward-addr: {{i}}
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment