Skip to content
New issue

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

谷歌浏览器 #2

Open
gnay321 opened this issue Jul 19, 2022 · 0 comments
Open

谷歌浏览器 #2

gnay321 opened this issue Jul 19, 2022 · 0 comments

Comments

@gnay321
Copy link

gnay321 commented Jul 19, 2022

{
"dns": {
"hosts": {
"domain:googleapis.cn": "googleapis.com"
},
"servers": [
"1.1.1.1",
{
"address": "223.5.5.5",
"domains": [
"geosite:cn"
],
"expectIPs": [
"geoip:cn"
],
"port": 53
}
]
},
"log": {
"access": "none",
"error": "/data/v2ray/run/error.log",
"loglevel": "warn"
},
"inbounds": [{
"port": 65535,
"listen": "0.0.0.0",
"tag": "proxy-inbound",
"protocol": "dokodemo-door",
"settings": {"network": "tcp", "followRedirect": true},
"sniffing": {"enabled": true, "destOverride": ["http", "tls"]}
}],
"outbounds": [

],
"routing": {
"domainMatcher": "mph",
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"ip": [
"1.1.1.1"
],
"outboundTag": "proxy",
"port": "53",
"type": "field"
},
{
"ip": [
"223.5.5.5"
],
"outboundTag": "direct",
"port": "53",
"type": "field"
},
{
"domain": [
"domain:googleapis.cn"
],
"outboundTag": "proxy",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "direct",
"type": "field"
},
{
"ip": [
"geoip:cn"
],
"outboundTag": "direct",
"type": "field"
},
{
"domain": [
"geosite:cn"
],
"outboundTag": "direct",
"type": "field"
}
]
}
}

这个配置用wifi就能谷歌浏览器翻墙,用流量就不能

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant