Merge pull request #87593 from vojta001/monero
monero: fix rcp.restricted option
This commit is contained in:
commit
da19aa1319
|
@ -26,7 +26,7 @@ let
|
||||||
rpc-login=${rpc.user}:${rpc.password}
|
rpc-login=${rpc.user}:${rpc.password}
|
||||||
''}
|
''}
|
||||||
${optionalString rpc.restricted ''
|
${optionalString rpc.restricted ''
|
||||||
restrict-rpc=1
|
restricted-rpc=1
|
||||||
''}
|
''}
|
||||||
|
|
||||||
limit-rate-up=${toString limits.upload}
|
limit-rate-up=${toString limits.upload}
|
||||||
|
|
Loading…
Reference in New Issue