💾 Archived View for gemini.rmf-dev.com › repo › Vaati › RouterMonitor › files › 281315fa3cfec9649462… captured on 2023-04-19 at 23:40:13. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-09-08)

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

0 #define HOSTNAME "localhost" // Hostname

1 #define SYSTEM_NAME HOSTNAME" - System" // Page title

2 #define REQUEST 0 // Read request on stdin

3 #define PASSWORD 0x00000000 // FNV hash of password

4 #define DHCP 0 // Display DHCP leases

5 #define BLOCKLIST 0 // Display blocklist

6 #define TABLE "bruteforce" // PF table name

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

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

9 #define USER "_rtmonitor" // User to drop privilege to

10