mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
Merge branch 'master' into rewrite
* master: Update TCP/config_server.json
This commit is contained in:
commit
400124584b
@ -1,51 +1,51 @@
|
|||||||
{
|
{
|
||||||
"log": {
|
"log": {
|
||||||
"loglevel": "warning"
|
"loglevel": "warning"
|
||||||
},
|
|
||||||
"routing": {
|
|
||||||
"domainStrategy": "AsIs",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"ip": [
|
|
||||||
"geoip:private"
|
|
||||||
],
|
|
||||||
"outboundTag": "blocked",
|
|
||||||
"port": null,
|
|
||||||
"type": "field"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"inbounds": [
|
|
||||||
{
|
|
||||||
"port": 1234,
|
|
||||||
"protocol": "vmess",
|
|
||||||
"settings": {
|
|
||||||
"clients": [
|
|
||||||
{
|
|
||||||
"id": "e2b39869-7e9e-411b-a561-00904419bed9",
|
|
||||||
"alterId": 100,
|
|
||||||
"testsEnabled": "VMessAEAD"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"tag": "tcp",
|
|
||||||
"streamSettings": {
|
|
||||||
"network": "tcp"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outbounds": [
|
|
||||||
{
|
|
||||||
"protocol": "freedom",
|
|
||||||
"settings": {
|
|
||||||
},
|
|
||||||
"tag": "direct"
|
|
||||||
},
|
},
|
||||||
{
|
"routing": {
|
||||||
"protocol": "blackhole",
|
"domainStrategy": "AsIs",
|
||||||
"settings": {
|
"rules": [
|
||||||
},
|
{
|
||||||
"tag": "blocked"
|
"ip": [
|
||||||
}
|
"geoip:private"
|
||||||
]
|
],
|
||||||
|
"outboundTag": "blocked",
|
||||||
|
"port": null,
|
||||||
|
"type": "field"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inbounds": [
|
||||||
|
{
|
||||||
|
"port": 1234,
|
||||||
|
"protocol": "vmess",
|
||||||
|
"settings": {
|
||||||
|
"clients": [
|
||||||
|
{
|
||||||
|
"id": "",
|
||||||
|
"alterId": 100,
|
||||||
|
"testsEnabled": "VMessAEAD"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tag": "tcp",
|
||||||
|
"streamSettings": {
|
||||||
|
"network": "tcp"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outbounds": [
|
||||||
|
{
|
||||||
|
"protocol": "freedom",
|
||||||
|
"settings": {
|
||||||
|
},
|
||||||
|
"tag": "direct"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"protocol": "blackhole",
|
||||||
|
"settings": {
|
||||||
|
},
|
||||||
|
"tag": "blocked"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user