firewall service: fix pingLimit example value
The example uses single dashes, whereas iptables requires double dashes.
This commit is contained in:
parent
02e7a4d403
commit
7023e03d77
@ -356,7 +356,7 @@ in
|
||||
''
|
||||
If pings are allowed, this allows setting rate limits
|
||||
on them. If non-null, this option should be in the form
|
||||
of flags like "-limit 1/minute -limit-burst 5"
|
||||
of flags like "--limit 1/minute --limit-burst 5"
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user