Using the default DNS port as default in configuration file
This commit is contained in:
parent
eeea8c17b7
commit
506e0d8422
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ AppMode = "production" #Anything != production will show DEBUG messages
|
||||||
|
|
||||||
[App]
|
[App]
|
||||||
IP = ":"
|
IP = ":"
|
||||||
Port = 5354
|
Port = 5353
|
||||||
Logfile = true
|
Logfile = true
|
||||||
Logdir = "/var/log/"
|
Logdir = "/var/log/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue