Skip set windows system proxy bypass list

This commit is contained in:
世界
2022-12-26 12:33:08 +08:00
parent 53f19a6ead
commit f5c5570bec
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import (
)
func SetSystemProxy(router adapter.Router, port uint16, isMixed bool) (func() error, error) {
err := wininet.SetSystemProxy(F.ToString("http://127.0.0.1:", port), "<local>")
err := wininet.SetSystemProxy(F.ToString("http://127.0.0.1:", port), "")
if err != nil {
return nil, err
}