Corrected unbound port
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user