Fix bugs and add UoT option for naiveproxy outbound

This commit is contained in:
世界
2025-12-15 12:58:40 +08:00
parent 3313c6e0b2
commit 8b2adb0bc7
11 changed files with 185 additions and 131 deletions

View File

@@ -19,5 +19,6 @@ type NaiveOutboundOptions struct {
Password string `json:"password,omitempty"`
InsecureConcurrency int `json:"insecure_concurrency,omitempty"`
ExtraHeaders badoption.HTTPHeader `json:"extra_headers,omitempty"`
UDPOverTCP *UDPOverTCPOptions `json:"udp_over_tcp,omitempty"`
OutboundTLSOptionsContainer
}