Skip to content

请问如何让ipv6绕过ss-bash? #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pkumaxxing opened this issue Dec 29, 2016 · 2 comments
Open

请问如何让ipv6绕过ss-bash? #35

pkumaxxing opened this issue Dec 29, 2016 · 2 comments

Comments

@pkumaxxing
Copy link

服务器上会有ipv4和ipv6的访问,安装了ss-bash后管理ipv4流量非常方便,但ipv6直接就无法访问了。请问该如何解决?

@hellofwy
Copy link
Owner

我没有使用过 ipv6,下面方法仅供参考:

修改 ssmlt.template 中的内容使 ssserver 同时监听 ipv6 地址:
"server": ["服务器的ipv4地址", "服务器的ipv6地址"],
请参考 wiki

ss-bash 并没有禁用ipv6,只是 ipv6 的流量不会被统计。如果需要统计 ipv6 的流量,请看 forks 中其他人的版本 ,貌似有人有添加这个功能。

@hellofwy
Copy link
Owner

上面的方法有问题,python 版的 ssserver 不能设置多个 server 地址。
还是再单独运行个 ssserver ,专门监听 ipv6 地址。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants