spin only in reload time

This commit is contained in:
Alireza Ahmadi
2023-05-08 12:43:52 +02:00
parent d1d7ee7f7c
commit 8960e5450a
2 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import (
)
type InboundConfig struct {
Listen json_util.RawMessage `json:"listen"` // listen 不能为空字符串
Listen json_util.RawMessage `json:"listen"` // listen cannot be an empty string
Port int `json:"port"`
Protocol string `json:"protocol"`
Settings json_util.RawMessage `json:"settings"`