Fix default port.

This commit is contained in:
Solderpunk 2020-03-24 22:05:26 +01:00
parent 8239e7fd3f
commit db4ff190be
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ func getConfig(filename string) (Config, error) {
var config Config
// Defaults
config.Port = 196
config.Port = 1965
config.Hostname = "localhost"
config.CertPath = "cert.pem"
config.KeyPath = "key.pem"