Corrected unbound port

This commit is contained in:
2026-01-17 11:25:25 +02:00
parent f44db5182d
commit 1f7f59e6d9

View File

@@ -9,7 +9,7 @@
server = { server = {
# Listen only locally # Listen only locally
interface = ["127.0.0.1"]; interface = ["127.0.0.1"];
port = 5335; port = 53;
access-control = ["127.0.0.1 allow"]; access-control = ["127.0.0.1 allow"];
# Recommended hardening # Recommended hardening