new: add tproxy and fix crash on invalid fragment config
This commit is contained in:
@@ -37,11 +37,11 @@ type InboundOptions struct {
|
||||
EnableTunService bool `json:"enable-tun-service"`
|
||||
SetSystemProxy bool `json:"set-system-proxy"`
|
||||
MixedPort uint16 `json:"mixed-port"`
|
||||
TProxyPort uint16 `json:"tproxy-port"`
|
||||
LocalDnsPort uint16 `json:"local-dns-port"`
|
||||
MTU uint32 `json:"mtu"`
|
||||
StrictRoute bool `json:"strict-route"`
|
||||
TUNStack string `json:"tun-implementation"`
|
||||
TProxyPort uint16 `json:"tproxy-port"`
|
||||
}
|
||||
|
||||
type URLTestOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user