We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置如下 测试y2b、网页等均流畅速度很好,但是Instagram客户端频繁出现无法刷新动态的提示。尝试强制重开nstagram客户端、开关飞行模式、断开重连Actinium后会随机恢复正常,一段时间后会再现无法刷新动态的提示。 { "port": 10808, "log": { "loglevel": "warning" }, "inbound": { "domainOverride": ["http", "tls"], "protocol": "socks", "listen": "127.0.0.1", "settings": { "auth": "noauth", "udp": true } }, "inboundDetour": [], "outbound": { "protocol": "vmess", "settings": { "vnext": [ { "address": "", "port": 443, "users": [ { "id": "33", "alterId": 64, "security": "auto" } ] } ] }, "streamSettings": { "network": "tcp", "security": "tls" } }, "outboundDetour": [ { "protocol": "freedom", "settings": {}, "tag": "direct" } ], "dns": { "servers": [ "8.8.8.8", "8.8.4.4", "localhost" ] }, "routing": { "strategy": "rules", "settings": { "domainStrategy": "IPIfNonMatch", "rules": [ { "type": "chinasites", "outboundTag": "direct" }, { "type": "field", "ip": [ "0.0.0.0/8", "10.0.0.0/8", "100.64.0.0/10", "127.0.0.0/8", "169.254.0.0/16", "172.16.0.0/12", "192.0.0.0/24", "192.0.2.0/24", "192.168.0.0/16", "198.18.0.0/15", "198.51.100.0/24", "203.0.113.0/24", "::1/128", "fc00::/7", "fe80::/10" ], "outboundTag": "direct" }, { "type": "chinaip", "outboundTag": "direct" } ] } }, "transport": {}, "#lib2ray": { "enabled": true, "listener": { "onUp": "#none", "onDown": "#none" }, "env": [ "V2RaySocksPort=10808" ], "render": [], "escort": [], "vpnservice": { "Target": "${datadir}tun2socks", "Args": [ "--netif-ipaddr", "26.26.26.2", "--netif-netmask", "255.255.255.0", "--socks-server-addr", "127.0.0.1:$V2RaySocksPort", "--tunfd", "3", "--tunmtu", "1500", "--sock-path", "/dev/null", "--loglevel", "4", "--enable-udprelay" ], "VPNSetupArg": "m,1500 a,26.26.26.1,24 r,0.0.0.0,0" } } }
The text was updated successfully, but these errors were encountered:
我也是这个问题。。。请问后来有解决吗?
Sorry, something went wrong.
开启geoipsite试试?目测dns污染
No branches or pull requests
配置如下
测试y2b、网页等均流畅速度很好,但是Instagram客户端频繁出现无法刷新动态的提示。尝试强制重开nstagram客户端、开关飞行模式、断开重连Actinium后会随机恢复正常,一段时间后会再现无法刷新动态的提示。
{
"port": 10808,
"log": {
"loglevel": "warning"
},
"inbound": {
"domainOverride": ["http", "tls"],
"protocol": "socks",
"listen": "127.0.0.1",
"settings": {
"auth": "noauth",
"udp": true
}
},
"inboundDetour": [],
"outbound": {
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "",
"port": 443,
"users": [
{
"id": "33",
"alterId": 64,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls"
}
},
"outboundDetour": [
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
}
],
"dns": {
"servers": [
"8.8.8.8",
"8.8.4.4",
"localhost"
]
},
"routing": {
"strategy": "rules",
"settings": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "chinasites",
"outboundTag": "direct"
},
{
"type": "field",
"ip": [
"0.0.0.0/8",
"10.0.0.0/8",
"100.64.0.0/10",
"127.0.0.0/8",
"169.254.0.0/16",
"172.16.0.0/12",
"192.0.0.0/24",
"192.0.2.0/24",
"192.168.0.0/16",
"198.18.0.0/15",
"198.51.100.0/24",
"203.0.113.0/24",
"::1/128",
"fc00::/7",
"fe80::/10"
],
"outboundTag": "direct"
},
{
"type": "chinaip",
"outboundTag": "direct"
}
]
}
},
"transport": {},
"#lib2ray": {
"enabled": true,
"listener": {
"onUp": "#none",
"onDown": "#none"
},
"env": [
"V2RaySocksPort=10808"
],
"render": [],
"escort": [],
"vpnservice": {
"Target": "${datadir}tun2socks",
"Args": [
"--netif-ipaddr",
"26.26.26.2",
"--netif-netmask",
"255.255.255.0",
"--socks-server-addr",
"127.0.0.1:$V2RaySocksPort",
"--tunfd",
"3",
"--tunmtu",
"1500",
"--sock-path",
"/dev/null",
"--loglevel",
"4",
"--enable-udprelay"
],
"VPNSetupArg": "m,1500 a,26.26.26.1,24 r,0.0.0.0,0"
}
}
}
The text was updated successfully, but these errors were encountered: