riobard / go-shadowsocks2

Experimental Shadowsocks in Go. Stable fork at https://github.com/shadowsocks/go-shadowsocks2
Apache License 2.0
719 stars 1.67k forks source link

Why do I see listening on udp6 eventhough it's disabled? #4

Closed tapir closed 7 years ago

tapir commented 7 years ago

I've disabled IPv6 on my VPS by doing

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1"

I verified that eth0 is not using IPv6. go-shadowsocks2 listens specifically on my ip address but this is what I see capture Any way to completely disable it?

tapir commented 7 years ago

Nevermind, this is only internal. I only need it to be disabled for outside connections.