增加default_domain配置参数

This commit is contained in:
lanrenwo
2022-07-29 15:34:28 +08:00
parent ffb529897f
commit ab9a1b97a7
4 changed files with 10 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ type ServerConfig struct {
MobileKeepalive int `json:"mobile_keepalive"`
MobileDpd int `json:"mobile_dpd"`
Mtu int `json:"mtu"`
DefaultDomain string `json:"default_domain"`
SessionTimeout int `json:"session_timeout"` // in seconds
// AuthTimeout int `json:"auth_timeout"` // in seconds