配置一个转发型的域名解析服务器,通过VPN转发到国外的开放解析服务器,比如google的8.8.8.8。
以BIND为例,简单的配置如下:
编辑/etc/named.conf
options { directory "/var/named"; allow-recursion { any; }; allow-query { any; }; forwarders {8.8.8.8;8.8.4.4;}; }; 然后配置你的到国外的VPN就可以了 route add host 8.8.8.8 <ip address of your vpn gateway>
―――――――――――――――――――――――――――――――――――――――――
需要翻墙利器? 请安装Wuala,查找和添加gfwblog为好友,就可高速下载翻墙软件,或访问http://tinyurl.com/gfwblog直接下载。
推特用户请点击这里免翻墙上推特
请点击这里下载翻墙软件
更多翻墙方法请发电邮(最好用Gmail)到:fanqiang70ma@gmail.com
请阅读和关注中国数字时代、翻墙技术博客GFW BLOG(免翻墙)
没有评论:
发表评论