15 lines
559 B
Django/Jinja
15 lines
559 B
Django/Jinja
remote-control:
|
|
# Enable remote control with unbound-control(8) here.
|
|
# set up the keys and certificates with unbound-control-setup.
|
|
control-enable: yes
|
|
|
|
# what interfaces are listened to for remote control.
|
|
# give 0.0.0.0 and ::0 to listen to all interfaces.
|
|
control-interface: 127.0.0.1
|
|
|
|
# port number for remote control operations.
|
|
control-port: 8953
|
|
|
|
# Disable the use of certificates for unbound-control.
|
|
# It's only listening locally, there's no need for the added complexity.
|
|
control-use-cert: "no"
|