Update config_server.json

pull/1/head
Clarence Gui 4 years ago committed by GitHub
parent ddd550f7c1
commit 08c55ea4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,84 +1,53 @@
{ {
"outbound": { "log": {
"streamSettings": null, "loglevel": "warning"
"tag": null, },
"protocol": "freedom", "routing": {
"mux": null, "domainStrategy": "AsIs",
"settings": null "rules": [
}, {
"log": { "type": "field",
"access": "/var/log/v2ray/access.log", "ip": [
"loglevel": "info", "geoip:private"
"error": "/var/log/v2ray/error.log" ],
}, "outboundTag": "block"
"inboundDetour": null, }
"inbound": { ]
"streamSettings": {
"network": "ws",
"kcpSettings": null,
"wsSettings": {
"headers": {
"host": "example.domain"
},
"path": ""
},
"tcpSettings": null,
"tlsSettings": {},
"security": ""
}, },
"listen": null, "inbounds": [
"protocol": "vmess",
"port": 1234,
"settings": {
"ip": null,
"udp": true,
"clients": [
{ {
"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": [
} {
}, "protocol": "freedom",
"outboundDetour": [ "tag": "direct"
{ },
"tag": "blocked",
"protocol": "blackhole",
"settings": null
}
],
"routing": {
"strategy": "rules",
"settings": {
"rules": [
{ {
"ip": [ "protocol": "blackhole",
"0.0.0.0/8", "tag": "block"
"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"
],
"domain": null,
"type": "field",
"port": null,
"outboundTag": "blocked"
} }
], ]
"domainStrategy": null
}
},
"dns": null
} }
Loading…
Cancel
Save