diff --git a/ansible/roles/unbound/tasks/templates/unbound.conf.j2 b/ansible/roles/unbound/tasks/templates/unbound.conf.j2 index 13d74b5..2d2b5f1 100644 --- a/ansible/roles/unbound/tasks/templates/unbound.conf.j2 +++ b/ansible/roles/unbound/tasks/templates/unbound.conf.j2 @@ -16,6 +16,8 @@ server: access-control: 192.168.0.0/16 allow access-control: 2602:fb57:c20:b00::/56 allow + access-control: 100.92.0.0/16 allow + access-control: fd7c:9105:8a01:a24f::/64 allow # whitespace is not necessary, but looks cleaner. # verbosity number, 0 is least verbose. 1 is default.