Commit d6d5db34 authored by nimrod's avatar nimrod
Browse files

- Only enable remote control in OpenBSD.

parent d269f27e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ nsd_server_block: |
    rrl-whitelist-ratelimit: 2000

nsd_remote_control_block: |
    control-enable: yes
    control-enable: {{ "yes" if ansible_os_family == 'OpenBSD' else "no" }}

nsd_patterns: []
nsd_keys: []