1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-23 23:54:17 +03:00

dont encrypt for local transfer

This commit is contained in:
Zack Scholl 2018-04-22 05:55:49 -07:00
parent 95bec30262
commit 13b7f4afcb

View File

@ -104,6 +104,7 @@ func main() {
fmt.Println("running relay on local address " + GetLocalIP())
appOptions.Relay = true
appOptions.Server = GetLocalIP()
appOptions.DontEncrypt = true
r := NewRelay(appOptions)
go r.Run()
appOptions.Code = "8-local"