feat: 增加将订阅名称添加到节点名中的功能

feat: 增加地区模板变量
This commit is contained in:
2023-09-25 23:58:13 +08:00
parent 6a5cfd35c9
commit 6f075ea44e
5 changed files with 48 additions and 13 deletions

View File

@ -44,6 +44,7 @@ type Proxy struct {
AuthenticatedLength bool `yaml:"authenticated-length,omitempty"`
UDPOverTCP bool `yaml:"udp-over-tcp,omitempty"`
UDPOverTCPVersion int `yaml:"udp-over-tcp-version,omitempty"`
SubName string `yaml:"-"`
}
func (p Proxy) MarshalYAML() (interface{}, error) {