站内公告:

亲友传真---海外信息直接看 https://qycz.org

Main Menu

回覆帖子

发送站内短信时发生以下错误:
警告: 该贴已经至少 180 天没有更改。
除非你一定要回复,否则也许考虑发一个新贴会更好。
Note: this post will not display until it has been approved by a moderator.
Attachments: (Clear attachments)
限制: 每篇帖子 3 (3 remaining), maximum total size 8.00 MB, maximum individual size 2.00 MB
请将要删除的附件取消勾选
Click or drag files here to attach them.
进阶选项(包含帖子状态和附件)...
验证码:
请将此框留空:
三乘七等于几?(请用阿拉伯数字回答):
Shortcuts: ALT+S post or ALT+P preview

帖子总览

作者 冲出禁锢
 - 十二月 20, 2009, 04:45:45 上午
非常感谢楼上!
作者 twfcc
 - 十二月 20, 2009, 01:26:07 上午
/do/http/forums.internetfreedom.org/do/http/forums.internetfreedom.org/do/http/forums.internetfreedom.org/

/do/http/forums.internetfreedom.org/

/do/http/forums.internetfreedom.org/

请把脚本中的location = /do/http/forums.internetfreedom.org/这些去掉,发出来时论坛加上的,修改不了 ,其中最後的是 =~ s/<[^>]+>//g;
作者 twfcc
 - 十二月 20, 2009, 01:12:01 上午
那看你搜回的代理是否支持SSL
它里面有选项,可以设定如何调度代理,一般使用是这样
浏览器 -> 动网通/自由门/无界 -> 莲花代理/Mutliproxy -> 给封锁的网站
返回的讯息由从原路回来,其中动网通/自由门/无界的代理是加密的,
因为已进入大陆的网路内, 莲花代理/Mutliproxy可以是加密也可以是一般的代理,因为网路不是在中国境内,假设动网通/自由门/无界速度不变,快不快得要看你搜回来的代理质量, 以我个人经验,用莲花代理或者mutliproxy配合自由门等大多数时间会比直接用快,其中动网通F2又比F3通道快

要注意的是,莲花代理下载代理的网站全是封锁了的,要经过其它翻墙工具才能下载,也有可能那些代理给监视的,例如其中一个网站proxy4free,所以最好找些未被封锁的代理发布网站给莲花代理下载

Mutliproxy 是老产品,没有这功能,也不能排除指定国家,你得要手动找代理和自己排除国家但我还是使用有如下原因 1)小巧 2)linux 的wine可运行

下载代理给它我自己写了脚本给Mutliproxy用,但刚给gfw封了,还写了一个perl脚本查IP所在地,还未封,就显丑发出来吧,这个我本来是用来查TOR的网桥的,避免有香港,澳门网桥也

#! /usr/bin/perl

use strict;
use warnings;
use LWP::Simple;
use File::Basename;

my $name = basename($0);
my $usage = "Usage:\t $name ip";
my $ip = $ARGV[0] || die "$usage\n";
my $url = "http://www.geody.com/geoip.php?ip=${ip}";
my $search = get($url) or die "Could not open $url: $!\n";
my @search = split /\n/, $search;
my @location = /do/http/forums.internetfreedom.org/do/http/forums.internetfreedom.org/grep /^IP:/, @search;
my $location = join " ", @location;
$location =~ s/<[^>]+>//g;

print "$location\n";
作者 冲出禁锢
 - 十二月 19, 2009, 11:40:31 下午
莲花代理搜索到的代理都是加密的吗?还是非加密的。

比如说他搜索到一堆服务器的话,数据是分散到每一个服务器上的。还是只用一个服务器。
速度能有多快?