From cc621b10ce3f80352ba2e5c79bb07c591e505ddd Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 11 Jan 2022 11:18:22 +0900 Subject: [PATCH] Update Tor onion hostnames for bisq.markets and liquid.network --- production/nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/nginx/nginx.conf b/production/nginx/nginx.conf index 01ed722c3..b7291827c 100644 --- a/production/nginx/nginx.conf +++ b/production/nginx/nginx.conf @@ -64,7 +64,7 @@ http { # tor v3 listen 127.0.0.1:82; - set $onion "mempoolhqx4isw62xs7abwphsq7ldayuidyx2v2oethdhhj6mlo2r6ad"; + set $onion "bisqmktse2cabavbr2xjq7xw3h6g5ottemo5rolfcwt6aly6tp5fdryd"; # filesystem paths root /mempool/public_html/bisq/; @@ -91,7 +91,7 @@ http { # tor v3 listen 127.0.0.1:83; - set $onion "mempoolhqx4isw62xs7abwphsq7ldayuidyx2v2oethdhhj6mlo2r6ad"; + set $onion "liquidmom47f6s3m53ebfxn47p76a6tlnxib3wp6deux7wuzotdr6cyd"; # filesystem paths root /mempool/public_html/liquid/;