change dns to IP

This commit is contained in:
2025-12-12 17:51:18 +00:00
parent 5aacf5b56c
commit a106f8e6e4

View File

@@ -1,5 +1,5 @@
function FindProxyForURL(url, host) { 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 // Domains that should go through the proxy
var proxyDomains = [ var proxyDomains = [