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