关于Vps的IP被ChatGpt网站禁止解决方案CFwarp

image.png

好多Vps的厂商的ip是用不了chatGPT网站的,有需求,互联网上总有解决方法。

CFwarp多功能脚本warp-yg

这是作者的更新笔记link

我这边用了阿里云的新加坡的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

(完)
海南行
万宁 三亚 海口 自驾
text标签出现中英文自动换行
word-break:break-all和word-wrap:break-word区别
2020我在干啥?
误删照片引发的随笔
双指针:合并两个有序数组 (88)
给定两个有序整数数组 nums1 和 nums2,将 nums2 合并到 nums1 中,使得 num1 成为一个有序数组。
vue3.2 Keepalive踩坑
vite-plugin-vue-setup-extend 插件给script标签赋值name属性,小问题花费我一天找答案
git cherry-pick 的使用
git cherry-pick 的使用,Sourcetree中使用cherry-pick
等待你的评论