NAT 类型检测 使用方式 下载 go get github.com/MrNullPoint/NatCheck 示例 package main import ( "fmt" "github.com/MrNullPoint/NatCheck" ) func main() { fmt.Println(stun.RunCheck("")) }