From 0106f4412936f2e87abfa513dff2aa33875fe7a1 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 10 Jan 2022 18:36:46 +0900 Subject: [PATCH 1/2] Add production/torrc file to git repo --- production/torrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 production/torrc diff --git a/production/torrc b/production/torrc new file mode 100644 index 000000000..9adace613 --- /dev/null +++ b/production/torrc @@ -0,0 +1,23 @@ +RunAsDaemon 1 +SOCKSPort 9050 +ControlPort 9051 +Log notice syslog + +DataDirectory /var/db/tor +DataDirectoryGroupReadable 1 + +CookieAuthentication 1 +CookieAuthFile /var/db/tor/control_auth_cookie +CookieAuthFileGroupReadable 1 + +HiddenServiceDir /var/db/tor/mempool +HiddenServicePort 80 127.0.0.1:81 +HiddenServiceVersion 3 + +HiddenServiceDir /var/db/tor/bisq +HiddenServicePort 80 127.0.0.1:82 +HiddenServiceVersion 3 + +HiddenServiceDir /var/db/tor/liquid +HiddenServicePort 80 127.0.0.1:83 +HiddenServiceVersion 3 From cc621b10ce3f80352ba2e5c79bb07c591e505ddd Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 11 Jan 2022 11:18:22 +0900 Subject: [PATCH 2/2] 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/;