Serve.
This commit is contained in:
parent
b65cd52418
commit
8a9c747dbd
2 changed files with 14 additions and 1 deletions
4
main.go
4
main.go
|
@ -148,7 +148,9 @@ func main() {
|
|||
}
|
||||
}
|
||||
}()
|
||||
tunsocks.Serve()
|
||||
if err := tunsocks.Serve(); err != nil {
|
||||
log.Println(err.Error())
|
||||
}
|
||||
} else {
|
||||
panic(tunerr)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue