github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/option/tun_platform.go (about) 1 package option 2 3 type TunPlatformOptions struct { 4 HTTPProxy *HTTPProxyOptions `json:"http_proxy,omitempty"` 5 } 6 7 type HTTPProxyOptions struct { 8 Enabled bool `json:"enabled,omitempty"` 9 ServerOptions 10 }