feat(outbounds): Add 'select' outbound type to the configuration
This commit is contained in:
@ -70,11 +70,19 @@
|
||||
{
|
||||
"outbounds": [
|
||||
"auto",
|
||||
"direct"
|
||||
"direct",
|
||||
"select"
|
||||
],
|
||||
"tag": "proxy",
|
||||
"type": "selector"
|
||||
},
|
||||
{
|
||||
"type": "selector",
|
||||
"tag": "select",
|
||||
|
||||
"outbounds": [],
|
||||
"interrupt_exist_connections": false
|
||||
},
|
||||
{
|
||||
"interval": "10m",
|
||||
"outbounds": [],
|
||||
|
||||
Reference in New Issue
Block a user