🆕新增客户端配置文件模板
This commit is contained in:
@@ -11,8 +11,8 @@ type Client struct {
|
||||
Email string `json:"email"`
|
||||
SubnetRange string `json:"subnetRange"`
|
||||
IpAllocation string `json:"ipAllocation"`
|
||||
AllowedIPS string `json:"allowedIPS"`
|
||||
ExtraAllowedIPS string `json:"extraAllowedIPS"`
|
||||
AllowedIps string `json:"allowedIPS"`
|
||||
ExtraAllowedIps string `json:"extraAllowedIPS"`
|
||||
Endpoint string `json:"endpoint"`
|
||||
UseServerDNS int `json:"useServerDNS"`
|
||||
EnableAfterCreation int `json:"enableAfterCreation"`
|
||||
|
Reference in New Issue
Block a user