Files
FireflyGo_Proxy/system_proxy.go
T
2026-06-22 11:23:22 +07:00

7 lines
136 B
Go

//go:build !windows && !darwin && !linux
package main
func setProxy(enable bool, host string, port string) error {
return nil
}