mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
comment
This commit is contained in:
parent
a013b00625
commit
6f5e6ef77f
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue