add tproxy

This commit is contained in:
ginuerzh
2022-03-31 11:14:44 +08:00
parent 8564d711b8
commit 37fed3f372
9 changed files with 210 additions and 27 deletions

View File

@ -62,7 +62,7 @@ type APIConfig struct {
type MetricsConfig struct {
Addr string `json:"addr"`
Path string `json:"path"`
Path string `yaml:",omitempty" json:"path,omitempty"`
}
type TLSConfig struct {