mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-18 13:42:29 +03:00
Add MTProxy, MASQUE, VPN, Link parser. Update AmneziaWG. Remove Tunneling
This commit is contained in:
9
option/cloudflare.go
Normal file
9
option/cloudflare.go
Normal file
@@ -0,0 +1,9 @@
|
||||
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"`
|
||||
}
|
||||
Reference in New Issue
Block a user