bore
bore copied to clipboard
how to start bore server that listen on ipv6?
hello, is there way to tell bore server to listen on ipv6 instead of ipv4? there seems to be no such option when checking bore cli help command
Unfortunately not. This dual-stack use used to be supported, but then it turns out that it doesn't work on Windows.
I have made it to only support IPv6 network, you can build it by yourself - :D
https://github.com/XMNwWC/boreV6
It works well in my Windows NT/11 PC. ovo
Please have a check on PR #89 ,I have managed to make it working on both ipv4 and ipv6. The code may be a bit rough but it works.
Unfortunately not. This dual-stack use used to be supported, but then it turns out that it doesn't work on Windows.
With all due respects, why didn't you decide to solve the root cause of the problem instead? Your tool is amazing but I currently can't use it due to the lack of support for IPv6, which is very disappointing.