This commit is contained in:
Zack Scholl 2020-10-05 08:29:42 -07:00
parent a013b00625
commit 6f5e6ef77f
1 changed files with 2 additions and 0 deletions

View File

@ -262,6 +262,8 @@ func FindOpenPorts(host string, portNumStart, numPorts int) (openPorts []int) {
return
}
// local ip determination
// https://stackoverflow.com/questions/41240761/check-if-ip-address-is-in-private-network-space
var privateIPBlocks []*net.IPNet
func init() {