1
0
mirror of https://github.com/ArcticFoxes-net/Signal-TLS-Proxy synced 2024-09-28 12:14:42 -04:00

Add two new domain names for the signal service

The two new domains are:
* chat.signal.org
* ud-chat.signal.org

Change the relay destination to chat.signal.org as the preferred
domain for reaching the signal service.
This commit is contained in:
Ehren Kret 2021-09-07 09:44:17 -05:00
parent 39a97dab72
commit c2198487ba

View File

@ -1,4 +1,3 @@
user nginx;
worker_processes auto;
@ -9,6 +8,8 @@ events {
stream {
map $ssl_preread_server_name $name {
chat.signal.org signal-service;
ud-chat.signal.org signal-service;
textsecure-service.whispersystems.org signal-service;
storage.signal.org storage-service;
cdn.signal.org signal-cdn;
@ -24,7 +25,7 @@ stream {
}
upstream signal-service {
server textsecure-service.whispersystems.org:443;
server chat.signal.org:443;
}
upstream storage-service {