This commit is contained in:
idk 2018-12-25 03:58:16 -05:00
parent b65cd52418
commit 8a9c747dbd
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1
2 changed files with 14 additions and 1 deletions

View file

@ -148,7 +148,9 @@ func main() {
}
}
}()
tunsocks.Serve()
if err := tunsocks.Serve(); err != nil {
log.Println(err.Error())
}
} else {
panic(tunerr)
}