From a106f8e6e4bf9f3e8866b23021ee9ac25a5f59d1 Mon Sep 17 00:00:00 2001 From: anton Date: Fri, 12 Dec 2025 17:51:18 +0000 Subject: [PATCH] change dns to IP --- proxy.pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.pac b/proxy.pac index 3336b53..bf26e10 100644 --- a/proxy.pac +++ b/proxy.pac @@ -1,5 +1,5 @@ function FindProxyForURL(url, host) { - var proxy = "PROXY proxy.vm:8118; SOCKS5 194.247.187.207:1080, DIRECT"; + var proxy = "PROXY 192.168.1.222:8118; SOCKS5 194.247.187.207:1080, DIRECT"; // Domains that should go through the proxy var proxyDomains = [