Skip to content

Commit 6e6ed30

Browse files
authored
Listen to all ips by default (#161)
1 parent 48e6b1b commit 6e6ed30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

restapi/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ import (
2828
var Port = "9090"
2929

3030
// Hostname mcs hostname
31-
var Hostname = "localhost"
31+
var Hostname = "0.0.0.0"
3232

3333
// TLSHostname mcs tls hostname
34-
var TLSHostname = "localhost"
34+
var TLSHostname = "0.0.0.0"
3535

3636
// TLSPort mcs tls port
3737
var TLSPort = "9443"

0 commit comments

Comments
 (0)