Crazy sekai overturns the small pond

This commit is contained in:
世界 2024-10-21 23:38:34 +08:00
parent 81dc9e7698
commit 262727ec6c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
140 changed files with 2870 additions and 1559 deletions

View file

@ -76,9 +76,18 @@ func TestUTLS(t *testing.T) {
Route: &option.RouteOptions{
Rules: []option.Rule{
{
Type: C.RuleTypeDefault,
DefaultOptions: option.DefaultRule{
Inbound: []string{"mixed-in"},
Outbound: "trojan-out",
RawDefaultRule: option.RawDefaultRule{
Inbound: []string{"mixed-in"},
},
RuleAction: option.RuleAction{
Action: C.RuleActionTypeRoute,
RouteOptions: option.RouteActionOptions{
Outbound: "trojan-out",
},
},
},
},
},