添加 profile name(用于区分不同网站的配置)

This commit is contained in:
bjdgy
2024-03-15 22:33:17 +08:00
parent cca9e377c5
commit 632080c1d6
6 changed files with 10 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ type ServerConfig struct {
// LinkAddr string `json:"link_addr"`
Conf string `json:"conf"`
Profile string `json:"profile"`
ProfileName string `json:"profile_name"`
ServerAddr string `json:"server_addr"`
ServerDTLSAddr string `json:"server_dtls_addr"`
ServerDTLS bool `json:"server_dtls"`