mirror of
https://git.wownero.com/dsc/ansible-remote-node.git
synced 2024-08-15 01:03:28 +00:00
add i2pd p2p
This commit is contained in:
parent
1b17ecf37d
commit
b6d6dfe6f6
3 changed files with 28 additions and 11 deletions
|
@ -1,5 +1,10 @@
|
|||
[wownero]
|
||||
[wownero-rpc]
|
||||
type = http
|
||||
host = 127.0.0.1
|
||||
port = {{ wownerod_rpc_port }}
|
||||
keys = wownero.dat
|
||||
keys = wownero-rpc.dat
|
||||
[wownero-p2p]
|
||||
type = server
|
||||
host = 127.0.0.1
|
||||
port = {{ wownerod_p2p_i2p_port }}
|
||||
keys = wownero-p2p.dat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue