xjasonlyu / tun2socks

tun2socks - powered by gVisor TCP/IP stack
https://github.com/xjasonlyu/tun2socks/wiki
GNU General Public License v3.0
3.14k stars 433 forks source link

wrong wiki #111

Closed FH0 closed 2 years ago

FH0 commented 2 years ago

Verify steps

Version

v2.3.2

What OS are you seeing the problem on?

Linux

Description

https://github.com/xjasonlyu/tun2socks/wiki/Interface-configuration#windows-1

"static" is not necessary

CLI or Config

No response

Logs

No response

How to Reproduce

No response

xjasonlyu commented 2 years ago

Can you explain more about this argument?

FH0 commented 2 years ago

netsh interface ipv6 add address static <address/prefixlength>

should be

netsh interface ipv6 add address <address/prefixlength>

xjasonlyu commented 2 years ago

Saw the manual, it seems that it should be added for manually set ip address.

manual

FH0 commented 2 years ago

sorry for wrong comment,the correct version is

netsh interface ipv6 add address <interface> static <address/prefixlength>

should be

netsh interface ipv6 add address <interface> <address/prefixlength>

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days