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