dont encrypt for local transfer

This commit is contained in:
Zack Scholl 2018-04-22 05:55:49 -07:00
parent 95bec30262
commit 13b7f4afcb
1 changed files with 1 additions and 0 deletions

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"