forked from DPsystems/Login-Shield
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVERSION
More file actions
31 lines (20 loc) · 1.21 KB
/
Copy pathVERSION
File metadata and controls
31 lines (20 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# VERSION HISTORY
# ===============
Version 0.01b - 2019-10 - Initial public committed version
0.02b - 2019-12 - More updates, improved attack_statistics.sh to more accurately retrieve country source
# DEVELOPER NOTES
# ===============
Right now this system is not persistant/permanent. There are a bunch of features I'd like to
add to make this more flexible. Here are future to-do items:
* figure where the standard place to install persistent files should be across all platforms
(or actually make a real installation script)
* create a host-specific configuration file that will save special changes/exceptions so that
when the base version is updated, it can inherit local configuration details (like certain
IP space you want to exempt from the blacklist, and other settings.
* create a system to make the blacklist persistent across reboots - either make it part of
a persistent IPTABLES/IPSET configuration, or add commands to reset the blacklist when the system
reboots?
* add additional/optional blacklists - eventually perhaps a more restrictive blacklist of rogue
IP space that should be blocked on http/s ports as well?
* hear from the community, ways in which this can be improved
- DP