莲花代理搜索到的代理都是加密的吗?还是非加密的。
比如说他搜索到一堆服务器的话,数据是分散到每一个服务器上的。还是只用一个服务器。
速度能有多快?
那看你搜回的代理是否支持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";
/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;
非常感谢楼上!