diff --git a/option/inbound.go b/option/inbound.go index 6be8f8e6..e5c691ec 100644 --- a/option/inbound.go +++ b/option/inbound.go @@ -92,7 +92,7 @@ type InboundOptions struct { type ListenOptions struct { Listen ListenAddress `json:"listen"` - ListenPort uint16 `json:"listen_port"` + ListenPort uint16 `json:"listen_port,omitempty"` TCPFastOpen bool `json:"tcp_fast_open,omitempty"` UDPTimeout int64 `json:"udp_timeout,omitempty"` InboundOptions