RusRoute firewall 3.3.9| Download RusRoute firewall 3.3.9 | Downloads |
|---|
| rar sfx 64 bits (EXE, 15.0 MB) | 1256 |
| rar sfx 32 bits (EXE, 14.9 MB) | 1186 |
New in version:
+ New "Banned API IPs" page. The RusRoute firewall has long had the ability to maintain RusRoute and user-specific lists of banned IP addresses for application-level filters by accessing specific URLs. For example, after five requests to
http://127.0.0.1:10000/api.cgi?api_key=KEY&cmd=IpListAddEx&n=13&ip=192.168.1.111 , IP 192.168.1.111 will be added to the 13th list of banned addresses for 15 minutes. And when accessing
http://127.0.0.1:10000/api.cgi?api_key=KEY&cmd=IpListAdd&n=13&ip=192.168.1.111&to=60 , IP 192.168.1.111 will be immediately added to the 13th list of banned addresses for 1 minute. This version additionally implements list visualization features, the ability to remove an address from the list, save the list to a file, clear the list, and more.
+ Minor tweaks to thread synchronization function calls, making them safer in terms of exception handling.