关于Vps的IP被ChatGpt网站禁止解决方案CFwarp
好多Vps的厂商的ip是用不了chatGPT网站的,有需求,互联网上总有解决方法。
我这边用了阿里云的新加坡的vps,实测用wgcf-warp有效
相关快捷方式:
一、warp-go-warp
启动systemctl enable warp-go
开始systemctl start warp-go
状态systemctl status warp-go
重启systemctl restart warp-go
停止systemctl stop warp-go
强制停止kill -15 $(pgrep warp-go)
关闭systemctl disable warp-go
二、wgcf-warp
查看WARP当前统计状态:wg
手动临时关闭WARP网络接口wg-quick down wgcf
手动开启WARP网络接口wg-quick up wgcf
启动systemctl enable wg-quick@wgcf
开始systemctl start wg-quick@wgcf
状态systemctl status wg-quick@wgcf
重启systemctl restart wg-quick@wgcf
停止systemctl stop wg-quick@wgcf
关闭systemctl disable wg-quick@wgcf
三、socks5-warp
systemctl is-active warp-svc
systemctl is-enabled warp-svc
warp-cli --accept-tos status
warp-cli --accept-tos account
warp-cli --accept-tos settings
状态systemctl status warp-svc
重启systemctl restart warp-svc
停止systemctl stop warp-svc
关闭systemctl disable warp-svc