从http://docs.google.com/Doc?docid=0ARhAbsvps1PlZGZrZG14bnRfNjFkOWNrOWZmcQ&hl=zh_CN 下来的列表有的比较慢,可以根据自己的网络环境进行修改。
例如广泛使用的2001:4860:8006::*
$ ping6 2001:4860:8006::62
PING 2001:4860:8006::62(2001:4860:8006::62) 56 data bytes
64 bytes from 2001:4860:8006::62: icmp_seq=1 ttl=47 time=304 ms
64 bytes from 2001:4860:8006::62: icmp_seq=2 ttl=47 time=302 ms
$ ping6 2001:4860:8006::68
PING 2001:4860:8006::68(2001:4860:8006::68) 56 data bytes
64 bytes from 2001:4860:8006::68: icmp_seq=1 ttl=47 time=308 ms
64 bytes from 2001:4860:8006::68: icmp_seq=2 ttl=47 time=307 ms
而
$ ping6 ipv6.google.com
PING ipv6.google.com(2404:6800:8005::93) 56 data bytes
64 bytes from 2404:6800:8005::93: icmp_seq=1 ttl=52 time=75.7 ms
64 bytes from 2404:6800:8005::93: icmp_seq=2 ttl=52 time=71.2 ms
时间要少许多(有时不显示ip, 而是像m.google.com之类的,多试几回就行了)
然后就可以用2404:6800:8005::93替换,但是不能替换所有的。
试 了几回后发现可以在vim里这样:
:%s/2001:4860:[0-9a-z]*::[0-9a-z]* /2404:6800:8005::93 /g
或用等价的sed。
然后就基本可以了。
改后访问 google的 许多东西都提速了,像picasa快了许多。
没有评论:
发表评论