mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-12 13:27:11 +03:00
11 lines
332 B
Go
11 lines
332 B
Go
package option
|
|
|
|
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"`
|
|
}
|