mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-12 13:27:11 +03:00
Add license_key support for masque and warp Cloudflare profiles
This commit is contained in:
@@ -4,6 +4,7 @@ type CloudflareProfile struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
AuthToken string `json:"auth_token,omitempty"`
|
||||
PrivateKey string `json:"private_key,omitempty"`
|
||||
LicenseKey string `json:"license_key,omitempty"`
|
||||
Recreate bool `json:"recreate,omitempty"`
|
||||
Detour string `json:"detour,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user