You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Firewall blocklist script for Netgear R7800 Router with Voxel firmware.
3
3
Should work with several other Netgear routers as well.
4
4
5
5
## Version
6
-
3.0.0
6
+
3.0.1
7
7
8
8
## Prerequisite
9
9
* You need to have Voxel's Firmware: https://www.voxel-firmware.com
@@ -14,7 +14,7 @@ Should work with several other Netgear routers as well.
14
14
## Install
15
15
* Connect to router's terminal with ssh or telnet
16
16
* Go to the attached drive (USB): `cd /mnt/optware/` (or change optware by the mountpoint of your drive)
17
-
* Copy and paste the following command: `wget -qO- https://github.com/bolemo/firewall-blocklist/archive/v3.0.0.tar.gz | tar xzf - --one-top-level=fbl --strip-components 1`
17
+
* Copy and paste the following command: `wget -qO- https://github.com/bolemo/firewall-blocklist/archive/v3.0.1.tar.gz | tar xzf - --one-top-level=fbl --strip-components 1`
18
18
* Make install script executable: `chmod +x fbl/install.sh`
0 commit comments