v1.6.2 #358
tsosunchia
started this conversation in
General
v1.6.2
#358
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
--source/--dev的跨平台行为:macOS / Linux 上会绑定到指定源网卡;Windows 上--dev继续只用于选择 source address,不再进入不受支持的绑定路径,相关错误提示也更明确pcap open failed ... Cannot set as promisc导致--tcp/ UDP 探测不可用的问题--init的说明与行为nexttrace(Full)、nexttrace-tiny(Tiny)和ntr(NTR),并补充对应 smoke testsgithub.com/fatih/color升级到v1.19.0,github.com/mattn/go-runewidth升级到v0.0.22额外的:
curl -sL https://nxtrace.org/nt | bash仍默认安装完整版nexttrace如需
tiny或ntr,可分别使用:curl -sL https://nxtrace.org/nt | bash -s -- --flavor tinycurl -sL https://nxtrace.org/nt | bash -s -- --flavor ntr在 macOS 和 Linux 上,
--dev表示绑定指定源网卡;在 Windows 上,--dev只用于选择 source address,不保证真实出接口Full Changelog: v1.6.1...v1.6.2
This discussion was created from the release v1.6.2.
Beta Was this translation helpful? Give feedback.
All reactions