Replaced Proxy

This commit is contained in:
Shiny Nematoda
2022-04-14 12:32:45 -04:00
parent 0ed4c9c048
commit da290e66ad
+1 -1
View File
@@ -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()