Update config_server.json

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

View File

@ -1,84 +1,53 @@
{ {
"outbound": { "log": {
"streamSettings": null, "loglevel": "warning"
"tag": null,
"protocol": "freedom",
"mux": null,
"settings": null
},
"log": {
"access": "/var/log/v2ray/access.log",
"loglevel": "info",
"error": "/var/log/v2ray/error.log"
},
"inboundDetour": null,
"inbound": {
"streamSettings": {
"network": "ws",
"kcpSettings": null,
"wsSettings": {
"headers": {
"host": "example.domain"
},
"path": ""
},
"tcpSettings": null,
"tlsSettings": {},
"security": ""
}, },
"listen": null, "routing": {
"protocol": "vmess", "domainStrategy": "AsIs",
"port": 1234, "rules": [
"settings": { {
"ip": null, "type": "field",
"udp": true, "ip": [
"clients": [ "geoip:private"
],
"outboundTag": "block"
}
]
},
"inbounds": [
{ {
"alterId": 100, "listen": "0.0.0.0",
"security": "aes-128-gcm", "port": 1234,
"id": "e2b39869-7e9e-411b-a561-00904419bed9" "protocol": "vmess",
"settings": {
"clients": [
{
"id": "",
"alterId": 4
}
],
"disableInsecureEncryption": true
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "",
"headers": {
"Host": ""
}
},
"security": "none"
}
} }
], ],
"auth": null "outbounds": [
}
},
"outboundDetour": [
{
"tag": "blocked",
"protocol": "blackhole",
"settings": null
}
],
"routing": {
"strategy": "rules",
"settings": {
"rules": [
{ {
"ip": [ "protocol": "freedom",
"0.0.0.0/8", "tag": "direct"
"10.0.0.0/8", },
"100.64.0.0/10", {
"127.0.0.0/8", "protocol": "blackhole",
"169.254.0.0/16", "tag": "block"
"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,
"type": "field",
"port": null,
"outboundTag": "blocked"
} }
], ]
"domainStrategy": null }
}
},
"dns": null
}