WTF is this

This commit is contained in:
世界
2024-06-24 09:49:15 +08:00
parent c3cac344a4
commit 51460912e5
40 changed files with 376 additions and 506 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 {