github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/common/settings/system_proxy.go (about) 1 package settings 2 3 type SystemProxy interface { 4 IsEnabled() bool 5 Enable() error 6 Disable() error 7 }