bore icon indicating copy to clipboard operation
bore copied to clipboard

how to start bore server that listen on ipv6?

Open xshadowlegendx opened this issue 1 year ago • 5 comments

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

xshadowlegendx avatar Jun 07 '23 06:06 xshadowlegendx

Unfortunately not. This dual-stack use used to be supported, but then it turns out that it doesn't work on Windows.

ekzhang avatar Jun 07 '23 20:06 ekzhang

I have made it to only support IPv6 network, you can build it by yourself - :D

https://github.com/XMNwWC/boreV6

Muska-Ami avatar Jul 30 '23 17:07 Muska-Ami

image It works well in my Windows NT/11 PC. ovo

Muska-Ami avatar Jul 30 '23 17:07 Muska-Ami

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.

lurenjiamax avatar Aug 01 '23 13:08 lurenjiamax

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.

MeesJ avatar Dec 13 '23 20:12 MeesJ