Merge pull request #1111 from mempool/wiz/add-production-torrc
Add production Tor configuration to repo
This commit is contained in:
commit
c09fdb656f
@ -64,7 +64,7 @@ http {
|
|||||||
|
|
||||||
# tor v3
|
# tor v3
|
||||||
listen 127.0.0.1:82;
|
listen 127.0.0.1:82;
|
||||||
set $onion "mempoolhqx4isw62xs7abwphsq7ldayuidyx2v2oethdhhj6mlo2r6ad";
|
set $onion "bisqmktse2cabavbr2xjq7xw3h6g5ottemo5rolfcwt6aly6tp5fdryd";
|
||||||
|
|
||||||
# filesystem paths
|
# filesystem paths
|
||||||
root /mempool/public_html/bisq/;
|
root /mempool/public_html/bisq/;
|
||||||
@ -91,7 +91,7 @@ http {
|
|||||||
|
|
||||||
# tor v3
|
# tor v3
|
||||||
listen 127.0.0.1:83;
|
listen 127.0.0.1:83;
|
||||||
set $onion "mempoolhqx4isw62xs7abwphsq7ldayuidyx2v2oethdhhj6mlo2r6ad";
|
set $onion "liquidmom47f6s3m53ebfxn47p76a6tlnxib3wp6deux7wuzotdr6cyd";
|
||||||
|
|
||||||
# filesystem paths
|
# filesystem paths
|
||||||
root /mempool/public_html/liquid/;
|
root /mempool/public_html/liquid/;
|
||||||
|
23
production/torrc
Normal file
23
production/torrc
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user