Skip to content

第一个 v1.0 版本发布

Latest
Compare
Choose a tag to compare
@zyh001 zyh001 released this 11 Mar 10:51
· 7 commits to main since this release
46bf1ec

使用以下命令进行下载:

# 下载:
wget --no-check-certificate https://download.fastgit.org/zyh001/nat_detect/releases/download/V1.0/nat-detect.run -O ./nat-detect.run 
# 给予可执行权限:
sudo chmod +x ./nat-detect.run
# 参数解释:
# -f 需过滤的内网网段(默认过滤所有内网)
# -n 循环圈数(默认5圈)
# 例子:
sudo ./nat-detect.run -f 10.101.0.0/16 -n 1