Corrected unbound port
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
server = {
|
||||
# Listen only locally
|
||||
interface = ["127.0.0.1"];
|
||||
port = 5335;
|
||||
port = 53;
|
||||
access-control = ["127.0.0.1 allow"];
|
||||
|
||||
# Recommended hardening
|
||||
|
||||
Reference in New Issue
Block a user