remove puter IP from unbound

This commit is contained in:
2026-01-17 11:39:02 +02:00
parent 485f48c04a
commit ee35d27405

View File

@@ -8,7 +8,7 @@
settings = {
server = {
# Listen only locally
interface = ["127.0.0.1" "192.168.0.101"];
interface = ["127.0.0.1"];
port = 53;
access-control = ["127.0.0.1 allow"];