ZB-004-FQ

如何FQ

  • 搜索 s*h*a*d*o*w*s*o*c*k*s,眼里有 “星星”,自行去“星星”
  • 下载客户端,大概 100每年

chrome自动识别是否FQ

  • google 商店搜索 SwitchyOmega
1
2
3
4
5
导入配置之后记得,选择自动切换。如果FQ发现失败。

代理的默认端口是1080,所以理论上不用改。
但是针对你失败有可能是 你小飞机的 socks5端口跟 chrome插件的不一样
就把agent那个里面的端口改成你小飞机里 socks5端口

命令行FQ

mac

1
2
3
4
5
6
7
# 1 安装 homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# 2 安装 proxychains-ng
brew install proxychains-ng

# 3 配置

配置

1 新建 ~/.proxychains.conf 文件

内容如下

1
2
3
4
5
6
7
8
9
10
strict_chain
quiet_mode
proxy_dns

remote_dns_subnet 224
tcp_read_time_out 15000
tcp_connect_time_out 8000
[ProxyList]
# 你的代理 如 ss 我的端口是 1086
socks5 127.0.0.1 1080

2 第二步 touch ~/.bashrc

1
echo 'alias pc="proxychains4 -f ~/.proxychains.conf"' >> ~/.bashrc source ~/.bashrc'

3 第三步 source ~/.bashrc

1
2
3
4
5
6
7
# 测试
pc curl -L https://twitter.com/

# 如果失败 看看你的 mac版本是否是 10.12之后
# 如果是
# 关闭SIP
https://www.jianshu.com/p/fe78d2036192