默认加白出口ip

This commit is contained in:
bjdgyc
2024-02-19 17:11:25 +08:00
parent d73816a811
commit 29a3e4bfb3
5 changed files with 26 additions and 15 deletions

View File

@@ -81,7 +81,8 @@ type ServerConfig struct {
Compression bool `json:"compression"` // bool
NoCompressLimit int `json:"no_compress_limit"` // int
DisplayError bool `json:"display_error"`
DisplayError bool `json:"display_error"`
ExcludeExportIp bool `json:"exclude_export_ip"`
}
func initServerCfg() {