From 1b17ecf37d977323308143e416d75a419a09f0d1 Mon Sep 17 00:00:00 2001 From: qvqc Date: Mon, 5 Jul 2021 06:12:12 -0400 Subject: [PATCH] needs tx-proxy --- roles/wownerod/templates/wownerod.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/wownerod/templates/wownerod.conf.j2 b/roles/wownerod/templates/wownerod.conf.j2 index 8dc6bb2..3c25d38 100644 --- a/roles/wownerod/templates/wownerod.conf.j2 +++ b/roles/wownerod/templates/wownerod.conf.j2 @@ -13,3 +13,5 @@ rpc-bind-ipv6-address=::0 rpc-bind-port={{ wownerod_rpc_port }} rpc-use-ipv6=1 rpc-ssl=disabled +tx-proxy=tor,127.0.0.1:9050,23 +tx-proxy=i2p,127.0.0.1:4447,23 \ No newline at end of file