💾 Archived View for gemini.rmf-dev.com › repo › Vaati › RouterMonitor › files › 5e349802ca93347dfe9f… captured on 2022-07-16 at 17:11:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

0 #define HOSTNAME "your.hostname.com" // Hostname

1 #define PASSWORD_0 0xaabbccdd // ripemd160 hash of your password, divided in 5 parts

2 #define PASSWORD_1 0xaabbccdd

3 #define PASSWORD_2 0xaabbccdd

4 #define PASSWORD_3 0xaabbccdd

5 #define PASSWORD_4 0xaabbccdd

6 #define TABLE "bruteforce" // PF tables of blocked addresses

7 #define MAX_INTERFACES 8 // Maximum number of network interfaces

8 #define ADDRS 128 // Maximum number of blocked addresses

9