Skip to content
Snippets Groups Projects
Commit f1189a95 authored by Patrick Oberdorf's avatar Patrick Oberdorf
Browse files

bind remote control to 0.0.0.0 instead of localhost

parent 9e541246
Branches
Tags
No related merge requests found
...@@ -601,11 +601,11 @@ remote-control: ...@@ -601,11 +601,11 @@ remote-control:
# what interfaces are listened to for remote control. # what interfaces are listened to for remote control.
# give 0.0.0.0 and ::0 to listen to all interfaces. # give 0.0.0.0 and ::0 to listen to all interfaces.
# control-interface: 127.0.0.1 control-interface: 0.0.0.0
# control-interface: ::1 control-interface: ::0
# port number for remote control operations. # port number for remote control operations.
# control-port: 8953 control-port: 8953
# unbound server key file. # unbound server key file.
server-key-file: "/usr/local/etc/unbound/unbound_server.key" server-key-file: "/usr/local/etc/unbound/unbound_server.key"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment