mirror of
https://git.wownero.com/dsc/ansible-remote-node.git
synced 2024-08-15 01:03:28 +00:00
add tor/i2p
This commit is contained in:
parent
58cdd30ce8
commit
766036aaf6
4 changed files with 61 additions and 0 deletions
2
roles/wownerod/templates/torrc.j2
Normal file
2
roles/wownerod/templates/torrc.j2
Normal file
|
@ -0,0 +1,2 @@
|
|||
HiddenServiceDir /var/lib/tor/wownero/
|
||||
HiddenServicePort {{ wownerod_rpc_port }} 127.0.0.1:{{ wownerod_rpc_port }}
|
5
roles/wownerod/templates/tunnels.conf.j2
Normal file
5
roles/wownerod/templates/tunnels.conf.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
[wownero]
|
||||
type = http
|
||||
host = 127.0.0.1
|
||||
port = {{ wownerod_rpc_port }}
|
||||
keys = wownero.dat
|
Loading…
Add table
Add a link
Reference in a new issue