mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +00:00
chore(web-proxy): update remote addresses for api/dashboard
This commit is contained in:
parent
971b89e201
commit
8e0454a13b
1 changed files with 3 additions and 2 deletions
|
|
@ -21,9 +21,10 @@ var limiter *redis_rate.Limiter
|
||||||
// todo: be able to raise ratelimits for >1 consumers
|
// todo: be able to raise ratelimits for >1 consumers
|
||||||
var token2 string
|
var token2 string
|
||||||
|
|
||||||
|
// todo: this shouldn't be in this repo
|
||||||
var remotes = map[string]*httputil.ReverseProxy{
|
var remotes = map[string]*httputil.ReverseProxy{
|
||||||
"api.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:2]:8080"),
|
"api.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:202]:5000"),
|
||||||
"dash.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:2]:8080"),
|
"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"),
|
"sentry.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:202]:9000"),
|
||||||
"plausible.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:202]:8000"),
|
"plausible.pluralkit.me": proxyTo("[fdaa:0:ae33:a7b:8dd7:0:a:202]:8000"),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue