How to use the default function from ip
Find comprehensive JavaScript ip.default code examples handpicked from public code repositorys.
GitHub: MrE-Fog/blinksocks
40 41 42 43 44 45 46 47 48
} = this; const slashIndex = rHost.indexOf('/'); let isHostMatch = false; if (slashIndex !== -1 && _net.default.isIP(host)) { isHostMatch = _ip.default.cidrSubnet(rHost).contains(host); } else { isHostMatch = rHost === host; }
0
0
0
+ 2 other calls in file
ip.address is the most popular function in ip (635 examples)