XX-net / XX-Net

A proxy tool to bypass GFW.
33.04k stars 7.69k forks source link

R6300V2 路由器安装XX-net 后,配置好路由器ip:8085后,电脑和手机app如何翻墙等 #3867

Open sjdr0127 opened 8 years ago

sjdr0127 commented 8 years ago

WIki后面没有教程了,不知道怎么操作了,windows端知道怎么弄的,但路由上搞就不会,求解决。。。

jzp820927 commented 8 years ago

首先配置监听端口为 0.0.0.0,然后 其他设备配置代理为 路由器IP:8087 ,为代理,就可以了,也可以用 pac

sjdr0127 commented 8 years ago

路由器上没有XX-Net/data/gae_proxy/manual.ini这个文件,自己手动创建了,然后是不是添加 [listen] ip = 0.0.0.0 这行代码

cobob commented 8 years ago

manual.ini

[listen]
ip = 0.0.0.0
port = 8087
visible = 1
debuginfo = 0

[pac]
enable = 1
ip = 0.0.0.0
port = 8086
file = proxy.pac
gfwlist = https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt
;adblock = http://adblock-chinalist.googlecode.com/svn/trunk/adblock.txt
; this project have stopped.
expired = 86400

[autorange]
threads = 8
maxsize = 524288
waitsize = 1048576
bufsize = 65535

[google_ip]
use_ipv6 = 0
auto_adjust_scan_ip_thread_num = 1
max_scan_ip_thread_num = 50
max_good_ip_num = 3000
ip_connect_interval = 8
max_links_per_ip = 3

; traffic quota: 100k/second
ip_traffic_quota = 100000
ip_traffic_quota_base = 100000

[connect_manager]
https_max_connect_thread = 10
https_connection_pool_min = 5
https_connection_pool_max = 50
cobob commented 8 years ago

然后使用

路由器IP:8086/proxy.pac

代理