Add shadowsocks tests

This commit is contained in:
世界 2022-07-09 00:01:23 +08:00
parent f448b6b977
commit 7f8c9ffa30
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
10 changed files with 1063 additions and 2 deletions

View file

@ -79,7 +79,7 @@ func (h *Inbound) UnmarshalJSON(bytes []byte) error {
type ListenOptions struct {
Listen ListenAddress `json:"listen"`
Port uint16 `json:"listen_port"`
ListenPort uint16 `json:"listen_port"`
TCPFastOpen bool `json:"tcp_fast_open,omitempty"`
UDPTimeout int64 `json:"udp_timeout,omitempty"`
SniffEnabled bool `json:"sniff,omitempty"`