Skip to content

Instantly share code, notes, and snippets.

@qiwihui
Created October 26, 2017 08:30
Show Gist options
  • Save qiwihui/d8703a8be1e0cfe5b370fdb8d49584d3 to your computer and use it in GitHub Desktop.
Save qiwihui/d8703a8be1e0cfe5b370fdb8d49584d3 to your computer and use it in GitHub Desktop.
使用shadowsocks-libev访问IPV6资源
  1. 确认服务器支持IPV6
# ping6 ipv6.google.com
PING ipv6.google.com(nrt12s14-in-x0e.1e100.net (2404:6800:4004:81b::200e)) 56 data bytes
64 bytes from nrt12s14-in-x0e.1e100.net (2404:6800:4004:81b::200e): icmp_seq=1 ttl=53 time=1.61 ms
64 bytes from nrt12s14-in-x0e.1e100.net (2404:6800:4004:81b::200e): icmp_seq=2 ttl=53 time=1.58 ms
64 bytes from nrt12s14-in-x0e.1e100.net (2404:6800:4004:81b::200e): icmp_seq=3 ttl=53 time=1.66 ms
64 bytes from nrt12s14-in-x0e.1e100.net (2404:6800:4004:81b::200e): icmp_seq=4 ttl=53 time=1.51 ms
64 bytes from nrt12s14-in-x0e.1e100.net (2404:6800:4004:81b::200e): icmp_seq=5 ttl=53 time=1.64 ms
^C
--- ipv6.google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4007ms
rtt min/avg/max/mdev = 1.516/1.604/1.662/0.063 ms
  1. 将服务器端shadowsocks-libev中ss-server配置修改为 "server": ["[::0]", "0.0.0.0"] 即可
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment