More tweaks

This commit is contained in:
Neil Alexander 2022-02-09 18:52:33 +00:00
parent 8be919abba
commit d2200a3812
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 3 additions and 4 deletions

View file

@ -158,6 +158,6 @@ func main() {
case <-term:
}
n.Close()
_ = tuntap.Stop()
n.Close()
}