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