tips:非Linux专业用户不建议使用,请移步下载其他版本!
bandicam 2021-10-22 15-49-03-784.mp4
使用规则
# 先准备一个空目录
mkdir /root/quickq
cd /root/quickq
# 下载主程序文件
curl -k -o linux-quickq.tar.gz <https://d.asdfgh.win/quickq/download/linux-quickq.tar.gz>
# 备用下载地址
# <https://d.aa246.cc:666/dl/linux-quickq.tar.gz>
# 解压
tar -zxvf linux-quickq.tar.gz
# 设置启动权限
chmod +x linux-quickq-server
# 启动客户端
./linux-quickq-server
# 如何测试socks5端口
curl --socks5-hostname 127.0.0.1:10010 <https://www.google.com.hk/>
# 如何测试http端口
curl -x 127.0.0.1:11000 <https://www.google.com.hk/>
如需指定地区和标签
####################
##### 执行命令 #####
####################
./linux-quickq-server --help
####################
##### 输出如下 #####
####################
Version: 138
------------------------------
QuickQ Server
------------------------------
--route=1 || 3
1 = Intelligent routing mode, direct connection to domestic websites
3 = Global routing mode
--country=JP
The country code is taken from the "Alpha-2 code" in the link "<https://en.wikipedia.org/wiki/ISO_3166-1>"
--tag=xx
The tag parameter should be passed into an int value
1 Netflix自制剧
2 DMM
# 根据上面的帮助,比如想指定智能路由 + 地区为香港,可以如下调用
./linux-quickq-server --route=1 --country=HK
如需后台运行, 请不要使用nohup
# 先安装模块
apt install screen -y
# 启动时, 自己定义目录和执行程序, 要先cd, 然后再执行
screen -dmS quickq
screen -x -S quickq -p 0 -X stuff "cd /root/quickq && ./linux-quickq-server"
screen -x -S quickq -p 0 -X stuff $'\\015'
# 不使用时, 如何退出?
screen -x -S quickq -p 0 -X stuff $'^D' && sleep 3 && screen -S quickq -X quit
运行日志如下
Connect --> 新加坡 - VIP2387
Work Dir: /root/test
Kernel PID: 1902452
Socks5 Port: 10010
Http Port: 11000
--------------------
Press "Ctrl+D" to exit
--------------------
2022/07/11 18:22:51 [Info] Reading config: ./config.qc
2022/07/11 18:22:51 [Warning] service started
2022/07/11 18:23:27 tcp:127.0.0.1:59550 accepted tcp:www.google.com.hk:443 [agentout]
2022/07/11 18:23:41 tcp:127.0.0.1:39924 accepted tcp:www.baidu.com:443 [agentout]