you can change the position and name of the outbound, filled in by the bot
This commit is contained in:
+2
-2
@@ -87,7 +87,7 @@
|
||||
"uuid": "~uid~",
|
||||
"type": "vless",
|
||||
"domain_strategy": "ipv4_only",
|
||||
"tag": "proxy"
|
||||
"tag": "~outbound~"
|
||||
},
|
||||
{
|
||||
"type": "direct",
|
||||
@@ -178,7 +178,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"outbound": "proxy"
|
||||
"outbound": "~outbound~"
|
||||
},
|
||||
{
|
||||
"outbound": "direct"
|
||||
|
||||
+2
-2
@@ -36,7 +36,7 @@
|
||||
}
|
||||
}],
|
||||
"outbounds": [{
|
||||
"tag": "proxy",
|
||||
"tag": "~outbound~",
|
||||
"protocol": "vless",
|
||||
"settings": {
|
||||
"vnext": [{
|
||||
@@ -84,7 +84,7 @@
|
||||
"domainStrategy": "AsIs",
|
||||
"rules": [{
|
||||
"type": "field",
|
||||
"outboundTag": "proxy",
|
||||
"outboundTag": "~outbound~",
|
||||
"domain": "~pac~"
|
||||
}, {
|
||||
"type": "field",
|
||||
|
||||
Reference in New Issue
Block a user