From 858e15430dfe7f65f9271773833d00fc2bba8b96 Mon Sep 17 00:00:00 2001 From: Anton Z Date: Mon, 21 Oct 2024 22:55:28 +0300 Subject: [PATCH] do --- proxy.pac | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/proxy.pac b/proxy.pac index cba66ab..363c575 100644 --- a/proxy.pac +++ b/proxy.pac @@ -61,6 +61,16 @@ else else +//digitalocean.com + +if ((shExpMatch(host, "digitalocean.com")) || +(shExpMatch(host, "*.digitalocean.com"))) +{ return "SOCKS5 proxy.vm:1080"} + +else + + + //cisco if ((shExpMatch(host, "cisco.com")) ||