github.com/sagernet/sing-box@v1.9.0-rc.20/common/settings/system_proxy.go (about) 1 package settings 2 3 type SystemProxy interface { 4 IsEnabled() bool 5 Enable() error 6 Disable() error 7 }