Python论坛  - 讨论区

标题:[python-chinese] 被封锁的zh.wikipedia.org

2006年05月17日 星期三 01:07

biosedit at gmail.com biosedit at gmail.com
Wed May 17 01:07:13 HKT 2006

http://browseatwork1.com/nph-proxy.cgi/000110A/http/zh.wikipedia.org/wiki/=25E4=25B8=25AD=25E5=259B=25BD=25E5=25A4=25A7=25E9=2599=2586=25E5=25B0=2581=25E9=2594=2581=25E7=25BB=25B4=25E5=259F=25BA=25E5=25AA=2592=25E4=25BD=2593=25E4=25BA=258B=25E4=25BB=25B6
今天透过代理去看了下被封了半年了的wikipedia.org
为什么这样的网页也封呢
wordpress.com也封

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月17日 星期三 09:10

陈书俊 bashift at gmail.com
Wed May 17 09:10:46 HKT 2006

用这个地址上吧:https://secure.wikimedia.org/wikipedia/en/wiki/Main_Page

我这里可以上去的,就是有点慢。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060517/a9dd8a41/attachment-0001.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月17日 星期三 13:29

Gawain Bai wike1985 at gmail.com
Wed May 17 13:29:59 HKT 2006

刚刚用了一下tor
zoomq给了一个东东。

http://tor.eff.org/

支持所有的操作系统。
速度上慢一些

On 5/17/06, 陈书俊 <bashift at gmail.com> wrote:
> 用这个地址上吧:https://secure.wikimedia.org/wikipedia/en/wiki/Main_Page
>
> 我这里可以上去的,就是有点慢。
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
============================
printing wrong code... ...
http://my.donews.com/gawain/
============================

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月17日 星期三 14:00

helium helium.sun at gmail.com
Wed May 17 14:00:28 HKT 2006

找台服务器,装上tor和privoxy
写个pac脚本,在IE里设上,以后就不用麻烦了
function FindProxyForURL(url, host)
{
 if (shExpMatch(url, "*wikipedia.org*")) {
  return "PROXY 10.10.10.10:8118";
 }
 return "DIRECT";
}


2006/5/17, Gawain Bai <wike1985 at gmail.com>:
>
> 刚刚用了一下tor
> zoomq给了一个东东。
>
> http://tor.eff.org/
>
> 支持所有的操作系统。
> 速度上慢一些
>
> On 5/17/06, 陈书俊 <bashift at gmail.com> wrote:
> > 用这个地址上吧:https://secure.wikimedia.org/wikipedia/en/wiki/Main_Page
> >
> > 我这里可以上去的,就是有点慢。
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> ============================
> printing wrong code... ...
> http://my.donews.com/gawain/
> ============================
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060517/fe5d32f5/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月17日 星期三 14:13

Shujun Chen bashift at gmail.com
Wed May 17 14:13:50 HKT 2006

tor是不是必须能够连到国外才能用 ?
我这是教育网,似乎不能用的样子
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060517/6b542a79/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月17日 星期三 17:23

Gawain Bai wike1985 at gmail.com
Wed May 17 17:23:12 HKT 2006

大家在firefox 下用tor的时候注意了,一要把那个socks5的代理设置为本地的9050(这个端口是可以以在tor的torrc文件中配置的,在mac下的位置是/Library/Tor/torrc)端口,
在下使用的时候直接点上了使用相同设置,速度不是一般的慢呀。

http://tor.eff.org/docs/tor-doc-osx.html.en

另外,要是使用tor做为一个服务器节点必须是有公网ip才行的。一般情况下我们使用的都是tor的客户端模式,要使用tor的服务器端模式必须得在torrc文件写上

Nickname idid #这个是你在服务器名称
ORport 9001 #别人就是通过这个端口连上你的。


还有一些高级的设置是可以限制你的服务器在哪个时段可以使用以及限制连接速度。

On 5/17/06, Shujun Chen <bashift at gmail.com> wrote:
> tor是不是必须能够连到国外才能用 ?
> 我这是教育网,似乎不能用的样子
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
============================
printing wrong code... ...
http://my.donews.com/gawain/
============================

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月17日 星期三 17:29

Gawain Bai wike1985 at gmail.com
Wed May 17 17:29:44 HKT 2006

 还可以与Switchproxy扩展一起用,相当赞的说。
https://addons.mozilla.org/addon.php?id=125

On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> 大家在firefox 下用tor的时候注意了,一要把那个socks5的代理设置为本地的9050(这个端口是可以以在tor的torrc文件中配置的,在mac下的位置是/Library/Tor/torrc)端口,
> 在下使用的时候直接点上了使用相同设置,速度不是一般的慢呀。
>
> http://tor.eff.org/docs/tor-doc-osx.html.en
>
> 另外,要是使用tor做为一个服务器节点必须是有公网ip才行的。一般情况下我们使用的都是tor的客户端模式,要使用tor的服务器端模式必须得在torrc文件写上
>
> Nickname idid #这个是你在服务器名称
> ORport 9001 #别人就是通过这个端口连上你的。
>
>
> 还有一些高级的设置是可以限制你的服务器在哪个时段可以使用以及限制连接速度。
>
> On 5/17/06, Shujun Chen <bashift at gmail.com> wrote:
> > tor是不是必须能够连到国外才能用 ?
> > 我这是教育网,似乎不能用的样子
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> ============================
> printing wrong code... ...
> http://my.donews.com/gawain/
> ============================
>


-- 
============================
printing wrong code... ...
http://my.donews.com/gawain/
============================

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月17日 星期三 18:06

Gawain Bai wike1985 at gmail.com
Wed May 17 18:06:44 HKT 2006

又发现一个影响速度的东东。那就是那个Privoxy,这个提供一下过滤的功能,默认是要开启的,但是效率比较低下的说呀,

强烈建议把这个过滤功能关闭

http://config.privoxy.org

中即有关闭此功能之选项。


On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
>  还可以与Switchproxy扩展一起用,相当赞的说。
> https://addons.mozilla.org/addon.php?id=125
>
> On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> > 大家在firefox 下用tor的时候注意了,一要把那个socks5的代理设置为本地的9050(这个端口是可以以在tor的torrc文件中配置的,在mac下的位置是/Library/Tor/torrc)端口,
> > 在下使用的时候直接点上了使用相同设置,速度不是一般的慢呀。
> >
> > http://tor.eff.org/docs/tor-doc-osx.html.en
> >
> > 另外,要是使用tor做为一个服务器节点必须是有公网ip才行的。一般情况下我们使用的都是tor的客户端模式,要使用tor的服务器端模式必须得在torrc文件写上
> >
> > Nickname idid #这个是你在服务器名称
> > ORport 9001 #别人就是通过这个端口连上你的。
> >
> >
> > 还有一些高级的设置是可以限制你的服务器在哪个时段可以使用以及限制连接速度。
> >
> > On 5/17/06, Shujun Chen <bashift at gmail.com> wrote:
> > > tor是不是必须能够连到国外才能用 ?
> > > 我这是教育网,似乎不能用的样子
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to
> > > python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > Detail Info:
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> >
> > --
> > ============================
> > printing wrong code... ...
> > http://my.donews.com/gawain/
> > ============================
> >
>
>
> --
> ============================
> printing wrong code... ...
> http://my.donews.com/gawain/
> ============================
>


-- 
============================
printing wrong code... ...
http://my.donews.com/gawain/
============================

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月17日 星期三 19:16

biosedit at gmail.com biosedit at gmail.com
Wed May 17 19:16:38 HKT 2006

设置了privoxy,但好像还是不支持cookies,还需要改tor的配置文件吗?

2006/5/17, Gawain Bai <wike1985 at gmail.com>:
> 又发现一个影响速度的东东。那就是那个Privoxy,这个提供一下过滤的功能,默认是要开启的,但是效率比较低下的说呀,
>
> 强烈建议把这个过滤功能关闭
>
> http://config.privoxy.org
>
> 中即有关闭此功能之选项。
>
>
> On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> >  还可以与Switchproxy扩展一起用,相当赞的说。
> > https://addons.mozilla.org/addon.php?id=125
> >
> > On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> > > 大家在firefox 下用tor的时候注意了,一要把那个socks5的代理设置为本地的9050(这个端口是可以以在tor的torrc文件中配置的,在mac下的位置是/Library/Tor/torrc)端口,
> > > 在下使用的时候直接点上了使用相同设置,速度不是一般的慢呀。
> > >
> > > http://tor.eff.org/docs/tor-doc-osx.html.en
> > >
> > > 另外,要是使用tor做为一个服务器节点必须是有公网ip才行的。一般情况下我们使用的都是tor的客户端模式,要使用tor的服务器端模式必须得在torrc文件写上
> > >
> > > Nickname idid #这个是你在服务器名称
> > > ORport 9001 #别人就是通过这个端口连上你的。
> > >
> > >
> > > 还有一些高级的设置是可以限制你的服务器在哪个时段可以使用以及限制连接速度。
> > >
> > > On 5/17/06, Shujun Chen <bashift at gmail.com> wrote:
> > > > tor是不是必须能够连到国外才能用 ?
> > > > 我这是教育网,似乎不能用的样子
> > > >
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to
> > > > python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> > > > python-chinese-request at lists.python.cn
> > > > Detail Info:
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > >
> > >
> > > --
> > > ============================
> > > printing wrong code... ...
> > > http://my.donews.com/gawain/
> > > ============================
> > >
> >
> >
> > --
> > ============================
> > printing wrong code... ...
> > http://my.donews.com/gawain/
> > ============================
> >
>
>
> --
> ============================
> printing wrong code... ...
> http://my.donews.com/gawain/
> ============================
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月18日 星期四 14:42

Gawain Bai wike1985 at gmail.com
Thu May 18 14:42:59 HKT 2006

不是吧~这个我倒是没有发现,cookies还是很正常的,可以正常使用呀~

http://gawain.blogsome.com/2006/05/18/p14/

On 5/17/06, biosedit at gmail.com <biosedit at gmail.com> wrote:
> 设置了privoxy,但好像还是不支持cookies,还需要改tor的配置文件吗?
>
> 2006/5/17, Gawain Bai <wike1985 at gmail.com>:
> > 又发现一个影响速度的东东。那就是那个Privoxy,这个提供一下过滤的功能,默认是要开启的,但是效率比较低下的说呀,
> >
> > 强烈建议把这个过滤功能关闭
> >
> > http://config.privoxy.org
> >
> > 中即有关闭此功能之选项。
> >
> >
> > On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> > >  还可以与Switchproxy扩展一起用,相当赞的说。
> > > https://addons.mozilla.org/addon.php?id=125
> > >
> > > On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> > > > 大家在firefox 下用tor的时候注意了,一要把那个socks5的代理设置为本地的9050(这个端口是可以以在tor的torrc文件中配置的,在mac下的位置是/Library/Tor/torrc)端口,
> > > > 在下使用的时候直接点上了使用相同设置,速度不是一般的慢呀。
> > > >
> > > > http://tor.eff.org/docs/tor-doc-osx.html.en
> > > >
> > > > 另外,要是使用tor做为一个服务器节点必须是有公网ip才行的。一般情况下我们使用的都是tor的客户端模式,要使用tor的服务器端模式必须得在torrc文件写上
> > > >
> > > > Nickname idid #这个是你在服务器名称
> > > > ORport 9001 #别人就是通过这个端口连上你的。
> > > >
> > > >
> > > > 还有一些高级的设置是可以限制你的服务器在哪个时段可以使用以及限制连接速度。
> > > >
> > > > On 5/17/06, Shujun Chen <bashift at gmail.com> wrote:
> > > > > tor是不是必须能够连到国外才能用 ?
> > > > > 我这是教育网,似乎不能用的样子
> > > > >
> > > > > _______________________________________________
> > > > > python-chinese
> > > > > Post: send python-chinese at lists.python.cn
> > > > > Subscribe: send subscribe to
> > > > > python-chinese-request at lists.python.cn
> > > > > Unsubscribe: send unsubscribe to
> > > > > python-chinese-request at lists.python.cn
> > > > > Detail Info:
> > > > > http://python.cn/mailman/listinfo/python-chinese
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > ============================
> > > > printing wrong code... ...
> > > > http://my.donews.com/gawain/
> > > > ============================
> > > >
> > >
> > >
> > > --
> > > ============================
> > > printing wrong code... ...
> > > http://my.donews.com/gawain/
> > > ============================
> > >
> >
> >
> > --
> > ============================
> > printing wrong code... ...
> > http://my.donews.com/gawain/
> > ============================
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
============================
printing wrong code... ...
http://my.donews.com/gawain/
============================

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月18日 星期四 16:37

biosedit at gmail.com biosedit at gmail.com
Thu May 18 16:37:01 HKT 2006

不用privoxy,
终于登录上久违的wordpress.com了

2006/5/18, Gawain Bai <wike1985 at gmail.com>:
> 不是吧~这个我倒是没有发现,cookies还是很正常的,可以正常使用呀~
>
> http://gawain.blogsome.com/2006/05/18/p14/
>
> On 5/17/06, biosedit at gmail.com <biosedit at gmail.com> wrote:
> > 设置了privoxy,但好像还是不支持cookies,还需要改tor的配置文件吗?
> >
> > 2006/5/17, Gawain Bai <wike1985 at gmail.com>:
> > > 又发现一个影响速度的东东。那就是那个Privoxy,这个提供一下过滤的功能,默认是要开启的,但是效率比较低下的说呀,
> > >
> > > 强烈建议把这个过滤功能关闭
> > >
> > > http://config.privoxy.org
> > >
> > > 中即有关闭此功能之选项。
> > >
> > >
> > > On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> > > >  还可以与Switchproxy扩展一起用,相当赞的说。
> > > > https://addons.mozilla.org/addon.php?id=125
> > > >
> > > > On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> > > > > 大家在firefox 下用tor的时候注意了,一要把那个socks5的代理设置为本地的9050(这个端口是可以以在tor的torrc文件中配置的,在mac下的位置是/Library/Tor/torrc)端口,
> > > > > 在下使用的时候直接点上了使用相同设置,速度不是一般的慢呀。
> > > > >
> > > > > http://tor.eff.org/docs/tor-doc-osx.html.en
> > > > >
> > > > > 另外,要是使用tor做为一个服务器节点必须是有公网ip才行的。一般情况下我们使用的都是tor的客户端模式,要使用tor的服务器端模式必须得在torrc文件写上
> > > > >
> > > > > Nickname idid #这个是你在服务器名称
> > > > > ORport 9001 #别人就是通过这个端口连上你的。
> > > > >
> > > > >
> > > > > 还有一些高级的设置是可以限制你的服务器在哪个时段可以使用以及限制连接速度。
> > > > >
> > > > > On 5/17/06, Shujun Chen <bashift at gmail.com> wrote:
> > > > > > tor是不是必须能够连到国外才能用 ?
> > > > > > 我这是教育网,似乎不能用的样子
> > > > > >
> > > > > > _______________________________________________
> > > > > > python-chinese
> > > > > > Post: send python-chinese at lists.python.cn
> > > > > > Subscribe: send subscribe to
> > > > > > python-chinese-request at lists.python.cn
> > > > > > Unsubscribe: send unsubscribe to
> > > > > > python-chinese-request at lists.python.cn
> > > > > > Detail Info:
> > > > > > http://python.cn/mailman/listinfo/python-chinese
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > ============================
> > > > > printing wrong code... ...
> > > > > http://my.donews.com/gawain/
> > > > > ============================
> > > > >
> > > >
> > > >
> > > > --
> > > > ============================
> > > > printing wrong code... ...
> > > > http://my.donews.com/gawain/
> > > > ============================
> > > >
> > >
> > >
> > > --
> > > ============================
> > > printing wrong code... ...
> > > http://my.donews.com/gawain/
> > > ============================
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> ============================
> printing wrong code... ...
> http://my.donews.com/gawain/
> ============================
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月20日 星期六 17:41

Ericzhao82 ericzhao82 at gmail.com
Sat May 20 17:41:44 HKT 2006

我对网络方面比较熟悉、其实wikipedia.org 是被zheng ・fu采用域名隔离的方法给封锁了,并不是主干路由关键字进行过滤。

所以解决起来很简单,不用使用什么代理,直接将wikipedia.org域名跟他的IP地址,在你自己的机器上进行绑定就可以了。

unixlike 和 M$ 系统,都可以在hosts文件里面加上
'145.97.39.135   zh.wikipedia.org'
的域名IP指向,你再试试看看

2006/5/18, biosedit at gmail.com <biosedit at gmail.com>:
> 不用privoxy,
> 终于登录上久违的wordpress.com了
>
> 2006/5/18, Gawain Bai <wike1985 at gmail.com>:
> > 不是吧~这个我倒是没有发现,cookies还是很正常的,可以正常使用呀~
> >
> > http://gawain.blogsome.com/2006/05/18/p14/
> >
> > On 5/17/06, biosedit at gmail.com <biosedit at gmail.com> wrote:
> > > 设置了privoxy,但好像还是不支持cookies,还需要改tor的配置文件吗?
> > >
> > > 2006/5/17, Gawain Bai <wike1985 at gmail.com>:
> > > > 又发现一个影响速度的东东。那就是那个Privoxy,这个提供一下过滤的功能,默认是要开启的,但是效率比较低下的说呀,
> > > >
> > > > 强烈建议把这个过滤功能关闭
> > > >
> > > > http://config.privoxy.org
> > > >
> > > > 中即有关闭此功能之选项。
> > > >
> > > >
> > > > On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> > > > >  还可以与Switchproxy扩展一起用,相当赞的说。
> > > > > https://addons.mozilla.org/addon.php?id=125
> > > > >
> > > > > On 5/17/06, Gawain Bai <wike1985 at gmail.com> wrote:
> > > > > > 大家在firefox 下用tor的时候注意了,一要把那个socks5的代理设置为本地的9050(这个端口是可以以在tor的torrc文件中配置的,在mac下的位置是/Library/Tor/torrc)端口,
> > > > > > 在下使用的时候直接点上了使用相同设置,速度不是一般的慢呀。
> > > > > >
> > > > > > http://tor.eff.org/docs/tor-doc-osx.html.en
> > > > > >
> > > > > > 另外,要是使用tor做为一个服务器节点必须是有公网ip才行的。一般情况下我们使用的都是tor的客户端模式,要使用tor的服务器端模式必须得在torrc文件写上
> > > > > >
> > > > > > Nickname idid #这个是你在服务器名称
> > > > > > ORport 9001 #别人就是通过这个端口连上你的。
> > > > > >
> > > > > >
> > > > > > 还有一些高级的设置是可以限制你的服务器在哪个时段可以使用以及限制连接速度。
> > > > > >
> > > > > > On 5/17/06, Shujun Chen <bashift at gmail.com> wrote:
> > > > > > > tor是不是必须能够连到国外才能用 ?
> > > > > > > 我这是教育网,似乎不能用的样子
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > python-chinese
> > > > > > > Post: send python-chinese at lists.python.cn
> > > > > > > Subscribe: send subscribe to
> > > > > > > python-chinese-request at lists.python.cn
> > > > > > > Unsubscribe: send unsubscribe to
> > > > > > > python-chinese-request at lists.python.cn
> > > > > > > Detail Info:
> > > > > > > http://python.cn/mailman/listinfo/python-chinese
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > ============================
> > > > > > printing wrong code... ...
> > > > > > http://my.donews.com/gawain/
> > > > > > ============================
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > ============================
> > > > > printing wrong code... ...
> > > > > http://my.donews.com/gawain/
> > > > > ============================
> > > > >
> > > >
> > > >
> > > > --
> > > > ============================
> > > > printing wrong code... ...
> > > > http://my.donews.com/gawain/
> > > > ============================
> > > >
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> >
> > --
> > ============================
> > printing wrong code... ...
> > http://my.donews.com/gawain/
> > ============================
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>



-- 
…………………………………………
               Ericzhao

Email:   Ericzhao82 at gmail.com
MSN:    Ericzhao_82 at hotmail.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月20日 星期六 18:48

Darren snlee99 at tom.com
Sat May 20 18:48:40 HKT 2006

Ericzhao82 <ericzhao82 at gmail.com> writes:

> 我对网络方面比较熟悉、其实wikipedia.org 是被zheng ・fu采用域名隔离的方法给封锁了,并不是主干路由关键字进行过滤。
>
> 所以解决起来很简单,不用使用什么代理,直接将wikipedia.org域名跟他的IP地址,在你自己的机器上进行绑定就可以了。
>
> unixlike 和 M$ 系统,都可以在hosts文件里面加上
> '145.97.39.135   zh.wikipedia.org'
> 的域名IP指向,你再试试看看

还是通过 https 连接安全,不会被盾盾欺负

-- 
Promises don't come easy.


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月20日 星期六 20:09

jejwe jejwester at gmail.com
Sat May 20 20:09:56 HKT 2006

可以了,这 个方便啊,比什么代理要简单多了,而且很容易弄
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060520/41d3aa6a/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月21日 星期日 15:50

Leo Jay python.leojay at gmail.com
Sun May 21 15:50:53 HKT 2006

On 5/20/06, Ericzhao82 <ericzhao82 at gmail.com> wrote:
>
> 我对网络方面比较熟悉、其实wikipedia.org 是被zheng ・fu采用域名隔离的方法给封锁了,并不是主干路由关键字进行过滤。
>
> 所以解决起来很简单,不用使用什么代理,直接将wikipedia.org域名跟他的IP地址,在你自己的机器上进行绑定就可以了。
>
> unixlike 和 M$ 系统,都可以在hosts文件里面加上
> '145.97.39.135   zh.wikipedia.org'
> 的域名IP指向,你再试试看看
>
> 真不错。 :)
那其它的呢en.wikipedia.org, upload.wikimedia.org等等,只有zh.wikipedia.org不行啊,图片都看不到。


-- 
Best Regards,
Leo Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060521/5cc971c7/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月21日 星期日 16:09

Darren snlee99 at tom.com
Sun May 21 16:09:14 HKT 2006

"Leo Jay" <python.leojay at gmail.com>
writes:

> 那其它的呢en.wikipedia.org, upload.wikimedia.org等等,只有
> zh.wikipedia.org不行啊,图片都看不到。

145.97.39.132 en.wikipedia.org

-- 
Promises don't come easy.


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月22日 星期一 12:19

魏忠 weizhong2004 at gmail.com
Mon May 22 12:19:18 HKT 2006

通过修改hosts文件以访问wiki所有页面的方法

请管理员加入页面

用记事本打开%systemroot%\System32\drivers\etc\hosts文件,在文件下端加入如下字符即可:

145.97.39.132 en.wikipedia.org

145.97.39.132 zh.wikipedia.org

145.97.39.132 jp.wikipedia.org

145.97.39.132 upload.wikimedia.org

145.97.39.132 zh.wiktionary.org

145.97.39.132 en.wiktionary.org

145.97.39.132 meta.wikimedia.org

145.97.39.132 zh.wikibooks.org

145.97.39.132 en.wikibooks.org

145.97.39.132 zh.wikiquote.org

145.97.39.132 en.wikiquote.org

145.97.39.132 zh.wikisource.org

145.97.39.132 en.wikisource.org

145.97.39.132 species.wikipedia.org

145.97.39.132 commons.wikimedia.org

145.97.39.132 zh.wikinews.org

145.97.39.132 en.wikinews.org


-- 
开飞机的舒克
http://www.lvye.org/shuke
msn:weizhong at netease.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060522/8598a618/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月22日 星期一 12:33

Ericzhao82 ericzhao82 at gmail.com
Mon May 22 12:33:22 HKT 2006

好
这个好,而且全

在06-5-22,魏忠 <weizhong2004 at gmail.com> 写道:
>
> 通过修改hosts文件以访问wiki所有页面的方法
>
> 请管理员加入页面
>
> 用记事本打开%systemroot%\System32\drivers\etc\hosts文件,在文件下端加入如下字符即可:
>
> 145.97.39.132 en.wikipedia.org
>
> 145.97.39.132 zh.wikipedia.org
>
> 145.97.39.132 jp.wikipedia.org
>
> 145.97.39.132 upload.wikimedia.org
>
> 145.97.39.132 zh.wiktionary.org
>
> 145.97.39.132 en.wiktionary.org
>
> 145.97.39.132 meta.wikimedia.org
>
> 145.97.39.132 zh.wikibooks.org
>
> 145.97.39.132 en.wikibooks.org
>
> 145.97.39.132 zh.wikiquote.org
>
> 145.97.39.132 en.wikiquote.org
>
> 145.97.39.132 zh.wikisource.org
>
> 145.97.39.132 en.wikisource.org
>
> 145.97.39.132 species.wikipedia.org
>
> 145.97.39.132 commons.wikimedia.org
>
> 145.97.39.132 zh.wikinews.org
>
> 145.97.39.132 en.wikinews.org
>
>
> --
> 开飞机的舒克
> http://www.lvye.org/shuke
> msn:weizhong at netease.com
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
…………………………………………
               Ericzhao

Email:   Ericzhao82 at gmail.com
MSN:    Ericzhao_82 at hotmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060522/eb32a6e6/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月22日 星期一 13:22

风向标 vaneoooo at gmail.com
Mon May 22 13:22:12 HKT 2006

我想知道这个是通过什么原理突破盾盾的呢?


在06-5-22,Ericzhao82 <ericzhao82 at gmail.com> 写道:
>
>> 这个好,而且全
>
> 在06-5-22,魏忠 <weizhong2004 at gmail.com> 写道:
> >
> >  通过修改hosts文件以访问wiki所有页面的方法
>
> 请管理员加入页面
>
> 用记事本打开%systemroot%\System32\drivers\etc\hosts文件,在文件下端加入如下字符即可:
>
> 145.97.39.132 en.wikipedia.org
>
> 145.97.39.132 zh.wikipedia.org
>
> 145.97.39.132 jp.wikipedia.org
>
> 145.97.39.132 upload.wikimedia.org
>
> 145.97.39.132 zh.wiktionary.org
>
> 145.97.39.132 en.wiktionary.org
>
> 145.97.39.132 meta.wikimedia.org
>
> 145.97.39.132 zh.wikibooks.org
>
> 145.97.39.132 en.wikibooks.org
>
> 145.97.39.132 zh.wikiquote.org
>
> 145.97.39.132 en.wikiquote.org
>
> 145.97.39.132 zh.wikisource.org
>
> 145.97.39.132 en.wikisource.org
>
> 145.97.39.132 species.wikipedia.org
>
> 145.97.39.132 commons.wikimedia.org
>
> 145.97.39.132 zh.wikinews.org
>
> 145.97.39.132 en.wikinews.org
>
>
> --
> 开飞机的舒克
> http://www.lvye.org/shuke
> msn:weizhong at netease.com
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to   python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
>
> --
> …………………………………………
>                Ericzhao
>
> Email:   Ericzhao82 at gmail.com
> MSN:    Ericzhao_82 at hotmail.com
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060522/473fb161/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月22日 星期一 14:11

xxmplus xxmplus at gmail.com
Mon May 22 14:11:45 HKT 2006

这样看,只是在DNS上动了点手脚而已

在 06-5-22,风向标<vaneoooo at gmail.com> 写道:
>
>
> 我想知道这个是通过什么原理突破盾盾的呢?
>
>
> 在06-5-22,Ericzhao82 <ericzhao82 at gmail.com> 写道:
> >
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年05月22日 星期一 14:14

zw8888 zw8888 at gmail.com
Mon May 22 14:14:18 HKT 2006

145.97.39.132 可能是漏网之鱼 

-----邮件原件-----
发件人: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] 代表 xxmplus
发送时间: 2006年5月22日 14:12
收件人: python-chinese at lists.python.cn
主题: Re: [python-chinese] 被封锁的zh.wikipedia.org

这样看,只是在DNS上动了点手脚而已

在 06-5-22,风向标<vaneoooo at gmail.com> 写道:
>
>
> 我想知道这个是通过什么原理突破盾盾的呢?
>
>
> 在06-5-22,Ericzhao82 <ericzhao82 at gmail.com> 写道:
> >
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号