mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
10 lines
282 B
Go
10 lines
282 B
Go
package option
|
|
|
|
type CloudflareProfile struct {
|
|
ID string `json:"id,omitempty"`
|
|
AuthToken string `json:"auth_token,omitempty"`
|
|
PrivateKey string `json:"private_key,omitempty"`
|
|
Recreate bool `json:"recreate,omitempty"`
|
|
Detour string `json:"detour,omitempty"`
|
|
}
|