奇怪的问题,单纯本地代理时部分网站无法打开 #1291
letsgoworld
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
使用单纯的本地代理,但是部分网站,如www.v2fly.org无法正常打开,不启动代理直连就可以打开。
客户端的config.json配置如下,
{
"log": {
"access": "",
"error": "",
"loglevel": "debug"
},
"inbounds": [
{
"port": 9186,
"listen": "127.0.0.1",
"protocol": "socks"
}
],
"outbounds": [
{
"tag" : "direct",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv4"
}
}
],
"dns": {
"servers": [
{
"address": "114.114.114.114",
"domains": ["geosite:cn"],
"expectIPs": ["geoip:cn"]
},
"223.5.5.5",
"localhost"
],
"queryStrategy": "UseIPv4"
}
}
这个问题该如何处理?谢谢。
Beta Was this translation helpful? Give feedback.
All reactions