1
0
mirror of https://github.com/ArcticFoxes-net/Signal-TLS-Proxy synced 2024-09-07 18:53:30 -04:00

Remove the legacy Secure Value Recovery service from the list of supported domains

This commit is contained in:
Jon Chambers 2023-10-12 19:47:07 -04:00 committed by Jon Chambers
parent 74e15dcf07
commit 1e132897fd

View File

@ -16,7 +16,6 @@ stream {
cdsi.signal.org cdsi;
contentproxy.signal.org content-proxy;
uptime.signal.org uptime;
api.backup.signal.org backup;
sfu.voip.signal.org sfu;
svr2.signal.org svr2;
updates.signal.org updates;
@ -48,10 +47,6 @@ stream {
server contentproxy.signal.org:443;
}
upstream backup {
server api.backup.signal.org:443;
}
upstream sfu {
server sfu.voip.signal.org:443;
}