修改提示

This commit is contained in:
zhaochengyu
2020-08-12 14:09:26 +08:00
parent 255c4aa07b
commit c5d82e5d6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func NewLigoloRelay(localServer string, relayServer string, certFile string, key
// Start listening for local and relay connections
func (ligolo LigoloRelay) Start() {
logrus.WithFields(logrus.Fields{"localserver": ligolo.LocalServer, "relayserver": ligolo.RelayServer}).Println("Ligolo server started.")
logrus.WithFields(logrus.Fields{"socks5server": ligolo.LocalServer, "ligoloserver": ligolo.RelayServer}).Println("Ligolo server started.")
go ligolo.startRelayHandler()
ligolo.startLocalHandler()
}