From 59a57649c4df709b431010ccc967c8df2a07ed98 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 9 Oct 2024 17:25:18 +0300 Subject: [PATCH] more vagrant --- proxy.pac | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/proxy.pac b/proxy.pac index 04ec088..661b015 100644 --- a/proxy.pac +++ b/proxy.pac @@ -95,17 +95,19 @@ else //discord if ((shExpMatch(host, "discord.com")) || - (shExpMatch(host, "*.discord.com")) - (shExpMatch(host, "discord.gg")) || + (shExpMatch(host, "*.discord.com")) || + (shExpMatch(host, "discord.gg")) || (shExpMatch(host, "*.discord.gg"))) { return "SOCKS5 proxy.vm:1080"} //discord -if ((shExpMatch(host, "hashicorp.com")) || -(shExpMatch(host, "*.hashicorp.com")) -(shExpMatch(host, "vargrantup.gg")) || -(shExpMatch(host, "*.vargrantup.gg"))) +if ((shExpMatch(host, "hashicorp.com")) || +(shExpMatch(host, "*.hashicorp.com")) || +(shExpMatch(host, "vagrantup.com")) || +(shExpMatch(host, "*.vagrantup.com")) || +(shExpMatch(host, "vagrantcloud.com")) || +(shExpMatch(host, "*.vagrantcloud.com"))) { return "SOCKS5 proxy.vm:1080"}