发现机场有IP数限制,简单使用docker绕过它
ips.png
1.准备工作
[ol]#更新并安装git wget vim ,有docker略过,以及下载clash linux版本
apt-get update -y
apt install git wget vim -y
curl -sSL https://get.docker.com/ | sh
git clone https://github.com/wanhebin/clash-for-linux.git[/ol]
3.png
8.测试连通性
curl -x http://ip:57890 https://api.openai.com/v1
返回别的状态则代表成功,如果是:
[ol]curl: (56) Received HTTP code 405 from proxy after CONNECT
[/ol]复制代码
代表端口填写错误,注意是
57890
,不是
590590
9.自行发挥
soket5调用端口:7891,对应暴露端口就是57891
中转机器的带宽就是你本地跑起来的速度,不做更多演示
原文:https://www.yabalake.com/article/Clash+Docker_bypass_IPs_restrictions_special_environments