Releases: nxtrace/NTrace-V1
Releases · nxtrace/NTrace-V1
v1.2.0.3
v1.2.0.2
对于中国大陆用户,可以使用 Nya Labs 提供的位于大陆的POW服务器优化访问速度
#使用方法任选其一
#1. 在环境变量中设置
export NEXTTRACE_POWPROVIDER=sakura
#2. 在命令行中设置
nexttrace --pow-provider sakura
v1.2.0.1
修复接口多IP时,--dev参数不能正常使用的问题。
v1.2.0
更新GOLANG依赖至v1.21.0
Full Changelog: v1.1.9...v1.2.0
v1.1.9
更新所有依赖
v1.1.8
fix bugs:--source and --dev doesn't work on macOS https://github.com/nxtrace/Ntrace-core/issues/147
v1.1.7-2-2
fix bugs:proxy settings
v1.1.7-3-2
仅在v1.1.7-2 及 v1.1.7-2-x 故障时使用
fix bugs:proxy settings
v1.1.7-2
支持通过设置SOCKS5/HTTP代理访问我们的API
#socks5
export NEXTTRACE_PROXY=socks5://127.0.0.1:10808
#http
export NEXTTRACE_PROXY=http://127.0.0.1:10809
#with password
export NEXTTRACE_PROXY=socks5://username:[email protected]:10808
v1.1.6: Merge pull request #122 from sjlleo/resovle_v4_v6_only
Merge pull request nxtrace#122 from sjlleo/resovle_v4_v6_only
增加指定解析IPv4/IPv6的功能