Skip to content

Commit

Permalink
改为 turn.cloudflare.com
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdhs committed Jun 29, 2024
1 parent 1439dab commit 092e7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
)

func init() {
flag.StringVar(&stun, "s", "stun.sipnet.com:3478", "stun")
flag.StringVar(&stun, "s", "turn.cloudflare.com:3478", "stun")
flag.StringVar(&localAddr, "l", "", "local addr")
flag.StringVar(&port, "p", "8086", "port")
flag.StringVar(&target, "d", "", "forward to target host")
Expand Down

0 comments on commit 092e7a6

Please sign in to comment.