Skip to content
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

shadowsocks-libev-ss-rules blocks UDP/IPv6 multicast including DHCPv6 #19904

Open
yaleh opened this issue Nov 15, 2022 · 0 comments
Open

shadowsocks-libev-ss-rules blocks UDP/IPv6 multicast including DHCPv6 #19904

yaleh opened this issue Nov 15, 2022 · 0 comments

Comments

@yaleh
Copy link

yaleh commented Nov 15, 2022

Maintainer: Yousong Zhou yszhou4tech@gmail.com
Environment: (OpenWrt 22.03.0 r19685-512e76967f / LuCI openwrt-22.03 branch git-22.245.77528-487e58a)

Description:

shadowsocks-libev-ss-rules bypassed some preserved IPv6 addresses, but missed IPv6 multicast addresses. So, all IPv6 multicast packets are redirected to Shadowsocks once it's enabled.

It's suggested to add IPv6 multicast address ff00::/8 to /usr/share/ss-rules/set.uc:

let o_dst_bypass6_ = "
        ::1/128
        ::/128
        ::ffff:0:0/96
        64:ff9b:1::/48
        100::/64
        fe80::/10
        2001::/23
        fc00::/7
";
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

1 participant