-
-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Hello! First of all, thank you very much for this very practical and efficient development.
But I had a doubt if it is possible to link, perhaps through filters, the ability to load lists of IPs / subnets that you want to block dynamically.
Since I understand that it is possible to use the cli or pre-load in the config file:
ip_drop_ranges = ( "192.168.1.0/24", "10.3.0.0/24" );
Which has a limit based on as far I can tell, this defines the max ammount of IPs you can add.
#define MAX_IP_RANGES 4096
But my question is if I can link lists that I can modify externally so that they are blocked.
Thank you!
Fortless
Metadata
Metadata
Assignees
Labels
No labels