better tunnel names

This commit is contained in:
idk 2018-12-26 12:54:27 -05:00
parent 18ce1bbade
commit b7d72fec44
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1
2 changed files with 4 additions and 5 deletions

View file

@ -149,9 +149,8 @@ func main() {
go func() {
for sig := range c {
if sig == os.Interrupt {
if err := tunsocks.Cleanup(); err != nil {
panic(err)
}
tunsocks.Cleanup()
panic(err)
}
}
}()