0%

305_解决chatGPT一直转圈圈

QQ群:397745473

一直显示菊花

已在节点套上CF的warp,解决一、两个月access denied error code 1020问题
昨天开始登陆chatgpt,没有变回到1020,可以成功登陆,卡在一直在转圈,无法跳出左侧的历史记录,输入问题也无反应。

1
2
3
4
5
6
7
8
"routing": {
"rules": [
{
"type": "field",
"outboundTag": "chatGPT_proxy",
"domain": [
"chat.openai.com",
"ip138.com"
1
curl ifconfig.me --proxy socks5://127.0.0.1:40000 

查询的ip地址是cf的ip
但是通过ip138.com 查询还是我的地址

305_解决chatGPT一直转圈圈

  1. 网络问题
  2. 环境问题

解决网络问题

如果xray配置代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
},
"levels": {
"0": {
"handshake": 2,
"connIdle": 120,
"uplinkOnly": 1,
"downlinkOnly": 1
}
}
},
"outbounds": [
{
"protocol": "blackhole",
"tag": "blocked"
},
{
"protocol": "freedom",
"tag": "direct"
},
{
"tag": "ip4",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv4"
}
},
{
"tag": "ip6",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv6"
}
},
{
"tag": "socks5-warp",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000
}
]
}
},
{
"tag":"xray-wg-warp",
"protocol":"wireguard",
"settings":{
"secretKey":"aJkrp4MMgL/Oi2bO4Fww9J8aqAW1ojeOZ22RK0nXYWY=",
"address":[
"172.16.0.2/32",
"2606:4700:110:891c:6ee2:7df4:5e99:b7cf/128"
],
"peers":[
{
"publicKey":"bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
"allowedIPs": [
"0.0.0.0/0",
"::/0"
],
"endpoint":"engage.cloudflareclient.com:2408"
}
],
"reserved":[230,25,169]
}
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"type": "field",
"port": "443",
"network": "udp",
"outboundTag": "blocked"
},
{
"type": "field",
"domain": [
"www.gstatic.com"
],
"outboundTag": "direct"
},
{
"ip": [
"geoip:cn",
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
},
{
"type":"field",
"outboundTag":"xray-wg-warp",
"domain":[
"www.showmyip.com"
]
},
{
"type": "field",
"outboundTag": "socks5-warp",
"domain": [
"ip.gs",
"openai",
"ai"
]
},
{
"type": "field",
"outboundTag": "ip6",
"domain": [
"abc"
]
},
{
"type": "field",
"outboundTag": "ip4",
"domain": [
"ip.sb"
]
},
{
"type": "field",
"outboundTag": "direct",
"network": "udp,tcp"
}
]
},
"stats": {}
}

解决环境问题

参考:

https://vksec.com/300_neko%E6%90%AD%E5%BB%BA%E8%AE%B0%E5%BD%95.html

1
套上warp解锁chatGPT

最终显示结果

QQ群:397745473

欢迎关注我的其它发布渠道