github.com/sagernet/sing-box@v1.2.7/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  }