We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379e18a commit c8175fcCopy full SHA for c8175fc
reference/rpc/listbanned.rst
@@ -8,6 +8,18 @@ listbanned
8
9
List all banned IPs/Subnets.
10
11
+Result
12
+~~~~~~
13
+::
14
+
15
+ [
16
+ {
17
+ "address": <address>, (string) The banned address.
18
+ "banned_until": <time>, (numeric) The time (in seconds since Jan 1 1970 GMT) until the address is banned.
19
+ "ban_created": <time>, (numeric) The time (in seconds since Jan 1 1970 GMT) when the ban was created.
20
+ }
21
+ ]
22
23
Examples
24
~~~~~~~~
25
0 commit comments