Netflix Over Ipv6 on ShadowSocks

v2016 2018-9-15 3806

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.

最新回复 (0)
返回
发新帖