mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-17 07:12:47 +00:00
fixed: listning only to local server connections
This commit is contained in:
@@ -80,7 +80,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
url := "http://localhost:" + *wsPort + "/"
|
||||
url := "http://0.0.0.0:" + *wsPort + "/"
|
||||
|
||||
if *tcpPort != "" && *wsPort != "" {
|
||||
logger.Infof("running two listeners: tcp port: %s, ws url: %s", *tcpPort, url)
|
||||
|
Reference in New Issue
Block a user