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()