From 1da94706cb1edb9897d2a1efd9ec8372148508dd Mon Sep 17 00:00:00 2001 From: spiral Date: Sun, 5 Mar 2023 09:42:23 -0500 Subject: [PATCH] chore(web-proxy): update server ip --- services/web-proxy/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web-proxy/main.go b/services/web-proxy/main.go index 1756610c..9a9edd58 100644 --- a/services/web-proxy/main.go +++ b/services/web-proxy/main.go @@ -24,9 +24,9 @@ var token2 string // todo: this shouldn't be in this repo var remotes = map[string]*httputil.ReverseProxy{ - "api.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:202]:5000"), - "dash.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:202]:8080"), - "sentry.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:202]:9000"), + "api.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:902]:5000"), + "dash.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:902]:8080"), + "sentry.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:902]:9000"), } func init() {