mirror of
https://github.com/monero-project/monero.git
synced 2026-06-15 03:19:04 -07:00
utils: add missing rpc flags to fish autocomplete
This commit is contained in:
@@ -109,3 +109,7 @@ complete -c monerod -l rpc-payment-address -r -d "Restrict RPC to clients sendin
|
||||
complete -c monerod -l rpc-payment-difficulty -r -d "Restrict RPC to clients sending micropayment at this difficulty. Default: 1000"
|
||||
complete -c monerod -l rpc-payment-credits -r -d "Restrict RPC to clients sending micropayment, yields that many credits per payment. Default: 100"
|
||||
complete -c monerod -l rpc-payment-allow-free-loopback -d "Allow free access from the loopback address (ie, the local host)"
|
||||
complete -c monerod -l rpc-max-connections-per-public-ip -d "Max RPC connections per public IP permitted. Default: 3"
|
||||
complete -c monerod -l rpc-max-connections-per-private-ip -d "Max RPC connections per private and localhost IP permitted. Default: 25"
|
||||
complete -c monerod -l rpc-max-connections -d "Max RPC connections permitted. Default: 100"
|
||||
complete -c monerod -l rpc-response-soft-limit -d "Max response bytes that can be queued, enforced at next response attempt. Default: 26214400"
|
||||
|
||||
Reference in New Issue
Block a user