From da290e66ad98685c86c63d5e49f483069d07cea5 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Thu, 14 Apr 2022 12:32:45 -0400 Subject: [PATCH] Replaced Proxy --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index f236d59..13511ed 100644 --- a/utils.go +++ b/utils.go @@ -15,7 +15,7 @@ func ParseUrl(raw string) (string, error) { prehost := u.Host - u.Host = "pipedproxy-bom.kavin.rocks" + u.Host = "hyperpipe-proxy.onrender.com" q := u.Query() q.Set("host", prehost) u.RawQuery = q.Encode()