Fix prompt notifications

This commit is contained in:
Daniel
2019-03-18 16:29:15 +01:00
parent 046dd9b5ad
commit 27881bf59a
2 changed files with 10 additions and 3 deletions

View File

@@ -28,8 +28,6 @@ var (
packetsDropped *uint64
localNet4 *net.IPNet
// Yes, this would normally be 127.0.0.0/8
// TODO: figure out any side effects
localhost4 = net.IPv4(127, 0, 0, 1)
localhost6 = net.IPv6loopback