From 9a89d7bfab1d7d3597f0c54176fc91e498fad5bc Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 13 May 2023 13:24:44 +0330 Subject: spin only in reload time Co-Authored-By: Alireza Ahmadi --- xray/inbound.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xray') diff --git a/xray/inbound.go b/xray/inbound.go index 461c2ee7..b3f07c7e 100644 --- a/xray/inbound.go +++ b/xray/inbound.go @@ -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"` -- cgit v1.2.3