ansible/roles/unbound/templates/unbound-control.conf.j2

16 lines
559 B
Plaintext
Raw Normal View History

2020-04-28 20:21:47 +02:00
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"