Skip to content
Snippets Groups Projects
Commit d6d5db34 authored by nimrod's avatar nimrod
Browse files

- Only enable remote control in OpenBSD.

parent d269f27e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ nsd_server_block: | ...@@ -7,7 +7,7 @@ nsd_server_block: |
rrl-whitelist-ratelimit: 2000 rrl-whitelist-ratelimit: 2000
nsd_remote_control_block: | nsd_remote_control_block: |
control-enable: yes control-enable: {{ "yes" if ansible_os_family == 'OpenBSD' else "no" }}
nsd_patterns: [] nsd_patterns: []
nsd_keys: [] nsd_keys: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment