Closed koast18 closed 1 year ago
In order to confirm your problem,
You need to clarify your network type. Is your network an IPv4 single stack or an IPv4/IPv6 dual stack?
And please give feedback on the results of nslookup api.leo.moe
Guess your question is similar to https://github.com/nxtrace/NTrace-core/issues/175 .
https://github.com/nxtrace/NTrace-V1/commit/960ab9687cff1dd5fb1fc2e7b6b6ca8b640e90c1 You can try the pre-compiled package provided here to see if the problem is solved: https://github.com/nxtrace/NTrace-V1/actions/runs/6494043746
fix with tag v1.2.2.3
fix with tag v1.2.2.3
Tested, it works fine! Thank you.
Hi, I installed the latest version of nexttrace but an error occurs when run
nexttrace 1.1.1.1
, the log is likeThe root case maybe the
GetFastIP
and can be found here.In WSL, it would return an ipv6 address even though there is no available ipv6 address assigned.
Also, I tried the v1.2.2.0 and v1.2.1.1 in the same env, it just works fine.