WTF is this

This commit is contained in:
世界
2024-06-24 09:49:15 +08:00
parent 97cbc27937
commit c483fd6a0e
40 changed files with 372 additions and 532 deletions

View File

@@ -10,7 +10,7 @@ type RouteOptions struct {
AutoDetectInterface bool `json:"auto_detect_interface,omitempty"`
OverrideAndroidVPN bool `json:"override_android_vpn,omitempty"`
DefaultInterface string `json:"default_interface,omitempty"`
DefaultMark int `json:"default_mark,omitempty"`
DefaultMark uint32 `json:"default_mark,omitempty"`
}
type GeoIPOptions struct {