feat(默认地址): 更新默认的stun服务器
/ build (push) Successful in 5m41s

This commit is contained in:
2026-01-22 23:55:13 +08:00
parent 495c63813b
commit 779d56b818
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func main() {
to time.Duration
)
flag.StringVar(&ip, "ip", "", "协议版本")
flag.StringVar(&s1, "s1", "stun.l.google.com:19302", "主服务器")
flag.StringVar(&s1, "s1", "stun.nextcloud.com:3478", "主服务器")
flag.StringVar(&s2, "s2", "", "次服务器")
flag.StringVar(&s5, "s5", "", "代理地址")
flag.DurationVar(&to, "to", 10*time.Second, "超时时间")