feat(proxy): enhance proxy group handling and sorting logic
This commit is contained in:
committed by
Leif Draven
parent
979e39b9e5
commit
97024dd1df
@@ -79,7 +79,7 @@ func BuildSingbox(adapter proxy.Adapter, uuid string) ([]byte, error) {
|
||||
|
||||
rawConfig["outbounds"] = proxies
|
||||
route := RouteOptions{
|
||||
Final: "手动选择",
|
||||
Final: adapter.Default,
|
||||
Rules: []Rule{
|
||||
{
|
||||
Inbound: []string{
|
||||
@@ -114,7 +114,7 @@ func BuildSingbox(adapter proxy.Adapter, uuid string) ([]byte, error) {
|
||||
},
|
||||
{
|
||||
ClashMode: "global",
|
||||
Outbound: "手动选择",
|
||||
Outbound: adapter.Default,
|
||||
},
|
||||
{
|
||||
IPIsPrivate: true,
|
||||
|
||||
Reference in New Issue
Block a user