ccding / go-stun

A go implementation of the STUN client (RFC 3489 and RFC 5389)
Apache License 2.0
675 stars 120 forks source link

如果能指定物理网卡就更好了 #54

Open dmserver opened 4 months ago

dmserver commented 4 months ago

linux主机接入多个网络 默认随机检测一个 如果能指定物理网卡就更好了

xlch88 commented 4 months ago

最新的一个版本,添加了一个参数i以指定特定的出口ip,你可以先获得网卡的ip以后,用这个参数指定,这样就会测到这个网卡的结果。当然,这需要你自己使用源代码编译,当前已经构建好的release版本并不包含这一更新。