Skip to content

Commit 410ef59

Browse files
committed
Update README.md
1 parent 951726d commit 410ef59

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

5265
Connect to your NAS though SSH and execute following commands:
5366

0 commit comments

Comments
 (0)