File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33> This script allows you to automate the update of the IP block list on the Synology NAS from a list of IP's _ (custom user or external list)_ .
44
5- _ This script was tested with Synology DSM 6 (6.2.4) and 7 (7.0 and 7.1.1 )_
5+ _ This script was tested with Synology DSM 6 (6.2.4) and 7 (7.0, 7.1 and 7.2 )_
66
77⚠️ After Synology update, if you encounter any issue, re-run install requirements
88---
@@ -45,9 +45,22 @@ _This script was tested with Synology DSM 6 (6.2.4) and 7 (7.0 and 7.1.1)_
4545
4646---
4747
48+ #### Installation
49+
50+ Download [ latest release] ( https://github.com/kichetof/AutoBlockIPList/releases/latest/download/AutoBlockIPList.zip ) and unzip contents.
51+
52+ From command line though SSH:
53+
54+ ```
55+ wget https://github.com/kichetof/AutoBlockIPList/releases/latest/download/AutoBlockIPList.zip
56+ 7z x AutoBlockIPList.zip
57+ ```
58+
59+ ---
60+
4861#### Requirements
4962
50- In DSM 6 , ** install package python3** .
63+ In DSM, ** install package python3** .
5164
5265Connect to your NAS though SSH and execute following commands:
5366
You can’t perform that action at this time.
0 commit comments