mirror of
https://github.com/bestnite/sub2clash.git
synced 2025-06-18 05:03:18 +08:00
Unify parts of the model with MetaCubeX.
This commit is contained in:
@ -42,6 +42,11 @@ type WireGuardPeerOption struct {
|
||||
AllowedIPs []string `yaml:"allowed-ips,omitempty"`
|
||||
}
|
||||
|
||||
type ECHOptions struct {
|
||||
Enable bool `yaml:"enable,omitempty" obfs:"enable,omitempty"`
|
||||
Config string `yaml:"config,omitempty" obfs:"config,omitempty"`
|
||||
}
|
||||
|
||||
type Proxy struct {
|
||||
Type string
|
||||
Name string
|
||||
|
Reference in New Issue
Block a user