mirror of
https://github.com/alantang1977/X.git
synced 2024-11-05 22:33:08 +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",
|
||||
"transportLayer": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"tag": "direct"
|
||||
}
|
||||
]
|
||||
,
|
||||
|
@ -237,6 +241,13 @@
|
|||
"routing": {
|
||||
"domainStrategy": "AsIs",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"127.0.0.1"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
|
|
Loading…
Reference in a new issue