mirror of
https://git.wownero.com/dsc/ansible-remote-node.git
synced 2024-08-15 01:03:28 +00:00
Disable TLS for RPC
TLS connections to `wownerod` sometimes don't get closed properly and end up eating up lots of resources for the daemon. Disable them until it's fixed.
This commit is contained in:
parent
1985aba322
commit
d341a0d3aa
1 changed files with 1 additions and 0 deletions
|
@ -12,3 +12,4 @@ rpc-bind-ip=0.0.0.0
|
|||
rpc-bind-ipv6-address=::0
|
||||
rpc-bind-port={{ wownerod_rpc_port }}
|
||||
rpc-use-ipv6=1
|
||||
rpc-ssl=disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue