@@ -94,6 +94,14 @@ if ((shExpMatch(host, "homarr.dev")) ||
else
//netgate
if ((shExpMatch(host, "netgate.com")) ||
(shExpMatch(host, "*.netgate.com")))
{ return "SOCKS5 proxy.vm:1080"}
else
{ // Default: no proxy,
return "DIRECT" }
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.