Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateRule ¶ added in v1.8.2
func UpdateRule() error
Types ¶
type Detail ¶
type Detail struct { DirectedInterfaceName string `json:"directedInterfaceName"` DirectedInterfaceV4Addr string `json:"directedInterfaceV4Addr"` TunInterfaceName string `json:"tunInterfaceName"` LocalDns []string `json:"localDns"` RemoteDns []string `json:"remoteDns"` BoostDns []string `json:"boostDns"` }
type SysProxyDetail ¶ added in v0.11.0
type SysProxyDetail struct { }
type SystemProxyClient ¶ added in v0.11.0
func (*SystemProxyClient) Close ¶ added in v0.11.0
func (c *SystemProxyClient) Close() error
func (*SystemProxyClient) RuntimeDetail ¶ added in v0.11.0
func (c *SystemProxyClient) RuntimeDetail() (interface{}, error)
func (*SystemProxyClient) Start ¶ added in v0.11.0
func (c *SystemProxyClient) Start() error
type TunClient ¶ added in v0.11.0
func (*TunClient) RuntimeDetail ¶ added in v0.11.0
Click to show internal directories.
Click to hide internal directories.