Update config_client.json

This commit is contained in:
Clarence Gui 2020-08-01 21:40:03 +08:00 committed by GitHub
parent 85c8546de7
commit 21aacaf2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,111 +1,73 @@
{ {
"outbound": {
"streamSettings": {
"network": "h2",
"kcpSettings": null,
"httpSettings": {
"host": [
"example.domain"
],
"path": "/test"
},
"tcpSettings": null,
"tlsSettings": {},
"security": "tls"
},
"tag": "agentout",
"protocol": "vmess",
"mux": {
"enabled": true
},
"settings": {
"vnext": [
{
"users": [
{
"alterId": 100,
"security": "aes-128-gcm",
"id": "0cdf8a45-303d-4fed-9780-29aa7f54175e"
}
],
"port": 443,
"address": "example.domain"
}
]
}
},
"log": { "log": {
"access": "", "loglevel": "warning"
"loglevel": "info",
"error": ""
}, },
"outboundDetour": [ "routing": {
"domainStratedy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
"tag": "direct"
}
]
},
"inbounds": [
{ {
"tag": "direct", "listen": "127.0.0.1",
"protocol": "freedom", "port": "1080",
"protocol": "socks",
"settings": { "settings": {
"response": null "auth": "noauth",
"udp": "true",
"ip": "127.0.0.1"
} }
}, },
{ {
"tag": "blockout", "listen": "127.0.0.1",
"protocol": "blackhole", "port": "1081",
"settings": { "protocol": "http"
"response": {
"type": "http"
}
}
} }
], ],
"inbound": { "outbounds": [
"streamSettings": null, {
"settings": { "protocol": "vmess",
"ip": "127.0.0.1", "settings": {
"udp": true, "vnext": [
"clients": null, {
"auth": "noauth" "address": "",
}, "port": 1234,
"protocol": "socks", "user": [
"port": 1080, {
"listen": "0.0.0.0" "id": "",
}, "alterId": 4,
"inboundDetour": null, "security": "none"
"routing": { }
"settings": { ]
"rules": [ }
{ ]
"ip": [ },
"0.0.0.0/8", "streamSettings": {
"10.0.0.0/8", "network": "http",
"100.64.0.0/10", "httpSettings": {
"127.0.0.0/8", "host": [
"169.254.0.0/16", "example.domain"
"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"
], ],
"domain": null, "path": ""
"type": "field", },
"port": null, "security": "tls",
"outboundTag": "direct" "tlsSettings": {
"serverName": "example.domain",
"allowInsecure": false
} }
], },
"domainStrategy": "IPIfNonMatch" "tag": "proxy"
}, },
"strategy": "rules" {
}, "protocol": "freedom",
"dns": { "tag": "direct"
"servers": [ }
"8.8.8.8", ]
"8.8.4.4",
"localhost"
]
}
} }