diff --git a/assets/unbound.conf b/assets/unbound.conf
index 088d364a224c73e930235fbe9b3a5d5f4bb5c2f3..eb96ddf3ba7d55cb73b764877c710b0853d873a3 100644
--- a/assets/unbound.conf
+++ b/assets/unbound.conf
@@ -601,11 +601,11 @@ remote-control:
 
 	# 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
-	# control-interface: ::1
+	control-interface: 0.0.0.0
+	control-interface: ::0
 
 	# port number for remote control operations.
-	# control-port: 8953
+	control-port: 8953
 
 	# unbound server key file.
 	server-key-file: "/usr/local/etc/unbound/unbound_server.key"