mirror of
https://github.com/alantang1977/X.git
synced 2024-12-26 03:24:25 +02:00
Add files via upload
This commit is contained in:
parent
53644c13a3
commit
a12849a2d6
1 changed files with 11 additions and 0 deletions
|
@ -139,6 +139,10 @@
|
||||||
"tag": "directwarp",
|
"tag": "directwarp",
|
||||||
"transportLayer": true
|
"transportLayer": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"protocol": "freedom",
|
||||||
|
"tag": "direct"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
,
|
,
|
||||||
|
@ -237,6 +241,13 @@
|
||||||
"routing": {
|
"routing": {
|
||||||
"domainStrategy": "AsIs",
|
"domainStrategy": "AsIs",
|
||||||
"rules": [
|
"rules": [
|
||||||
|
{
|
||||||
|
"type": "field",
|
||||||
|
"ip": [
|
||||||
|
"127.0.0.1"
|
||||||
|
],
|
||||||
|
"outboundTag": "direct"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"inboundTag": [
|
"inboundTag": [
|
||||||
|
|
Loading…
Reference in a new issue