Expose unbound ports for puter IP

This commit is contained in:
2026-01-17 11:32:22 +02:00
parent 1f7f59e6d9
commit 485f48c04a

View File

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