Skip to content

Cocoon-break/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOOLS

upnp

gupnp 是 upnp 操作工具,构建二进制可执行文件。

cd gupnp
#构建arm
CGO_ENABLED=0 GOARCH=arm64 GOOS=linux CGO_ENABLED=0 go build
#构建x86
CGO_ENABLED=0 GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build
  • 查看
./gupnp --help

nat-checker

网卡 NAT 类型检测

python3 nat_checker_std.py --help

About

mytools: upnp & NAT类型检测

Topics

Resources

Stars

Watchers

Forks