Using the default DNS port as default in configuration file

This commit is contained in:
Mael G. 2020-12-22 21:02:13 -04:00
parent eeea8c17b7
commit 506e0d8422

View file

@ -2,7 +2,7 @@ AppMode = "production" #Anything != production will show DEBUG messages
[App]
IP = ":"
Port = 5354
Port = 5353
Logfile = true
Logdir = "/var/log/"