feat: add type and default fields to rule group requests and update related logic

This commit is contained in:
Chang lue Tsen
2025-07-15 13:32:08 -04:00
committed by Leif Draven
parent 40c24fbc85
commit 994cc4bebb
11 changed files with 62 additions and 37 deletions
+3 -2
View File
@@ -4,8 +4,9 @@ package proxy
type Adapter struct {
Proxies []Proxy
Group []Group
Rules []string
Region []string
Rules []string // rule
Nodes []string // all node
Default string // Default Node
}
// Proxy represents a proxy server