Netflix Over Ipv6 on ShadowSocks We are noticed that some of - Assbbs
Netflix Over Ipv6 on ShadowSocks We are noticed that some of the ipv4 are blocked by Neflix. Due to our ipv6 is yet to get blocked by Netflix, we are hereby wrting the step for ipv…
Netflix Over Ipv6 on ShadowSocks We are noticed that some of the ipv4 are blocked by Neflix. Due to our ipv6 is yet to get blocked by Netflix, we are hereby wrting the step for ipv6 access to Netflix on ShadowSocks. wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks install/master/shadowsocks-all.sh chmod +x shadowsocks-all.sh ./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log After installation, add "ipv6 first":true into file of /etc/shadowsocks-libev/config.json as below: { "server": " ::0 ","0.0.0.0" , "server port":11838, "password":"st2007113", "timeout":300, "user":"nobody", "method":"aes-256-gcm", "fast open":false, "nameserver":"8.8.8.8", "mode":"tcp and udp", "ipv6 first":true } Thanks you. Please enjoy your Netflix.