Skip to content

Commit 626cec6

Browse files
committed
add trusted ips to example config
1 parent 2d54204 commit 626cec6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config.php.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
];
2020
const STORAGEBASE = __DIR__ . "/pods/";
2121

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+
2226
/**
2327
* The list is made up of entries from the following sources, and made all lower case:
2428
* - https://raw.githubusercontent.com/DavidWittman/wpxmlrpcbrute/master/wordlists/1000-most-common-passwords.txt

0 commit comments

Comments
 (0)