This commit is contained in:
7
system_proxy.go
Normal file
7
system_proxy.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !windows && !darwin && !linux
|
||||
|
||||
package main
|
||||
|
||||
func setProxy(enable bool, host string, port string) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user