Files
FireflyGo_Proxy/system_proxy.go
AzenKain 9d769ed08c
Some checks failed
Build and Release / release (push) Failing after 26s
init
2025-12-12 17:37:34 +07:00

7 lines
130 B
Go

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