Add tun platform options
This commit is contained in:
10
option/tun_platform.go
Normal file
10
option/tun_platform.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package option
|
||||
|
||||
type TunPlatformOptions struct {
|
||||
HTTPProxy *HTTPProxyOptions `json:"http_proxy,omitempty"`
|
||||
}
|
||||
|
||||
type HTTPProxyOptions struct {
|
||||
Enabled bool `json:"enabled,omitempty"`
|
||||
ServerOptions
|
||||
}
|
||||
Reference in New Issue
Block a user