mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
dont encrypt for local transfer
This commit is contained in:
parent
95bec30262
commit
13b7f4afcb
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue