Listen to all ips by default (#161)

This commit is contained in:
Daniel Valdivia
2020-06-04 15:57:13 -07:00
committed by GitHub
parent 48e6b1bb7c
commit 6e6ed300b7

View File

@@ -28,10 +28,10 @@ import (
var Port = "9090"
// Hostname mcs hostname
var Hostname = "localhost"
var Hostname = "0.0.0.0"
// TLSHostname mcs tls hostname
var TLSHostname = "localhost"
var TLSHostname = "0.0.0.0"
// TLSPort mcs tls port
var TLSPort = "9443"