We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d54204 commit 626cec6Copy full SHA for 626cec6
1 file changed
config.php.example
@@ -19,6 +19,10 @@
19
];
20
const STORAGEBASE = __DIR__ . "/pods/";
21
22
+ // Array of IPs that can be trusted. If they are in this list, they
23
+ // won't be locked out after failed login attempts;
24
+ const TRUSTED_IPS = [];
25
+
26
/**
27
* The list is made up of entries from the following sources, and made all lower case:
28
* - https://raw.githubusercontent.com/DavidWittman/wpxmlrpcbrute/master/wordlists/1000-most-common-passwords.txt
0 commit comments