Blocks IPs & CIDR's tagged as
Adware Country Custom ETF
Malware Shalla(exp) Spam
Tor-Exits
Current Version: 1.1
See ChangeLog1_1.txt on github
or on post2 if upgrading
from Version 1.0
:: Features ::
- Command Line Driven with Menu Assist
- Category based Blocking
- Select Categories to Block
- Incremental Updates
- Turn on/off Blocking temporarily
- Blocking Status
- Configurable System
- Control how much data gets into
Categories with Buckets and
Maximum Entries.
System seeds with Max Entries of
65500 and 10 Buckets.
- Scheduled and Manually triggered
Refreshes
- White-listing of ips,cidrs,urls
- Custom category to add any
requried ips,cidrs,urls
- Supports additions to existing
Filters & Categories
- Check system for Blocking Status
of a ips,cidrs,urls
- Backup and Restore
- Uninstall a Category or System
:: System Requirements ::
bash(4.3+) diff(3.3+) grep(2.26+)
sort(8.2+) split(8.2+) xargs(5.2+)
kernel (2.4+) ipset (4.5+)
iptables (1.3+)
:: Installation ::
1. On Asuswrt-Merlin install Entware-ng
2. After Entware Installation
install below packages
3. Download ipBLOCKer
( create a seperate directory for
ipBLOCKer and download package )
4. exit out of ssh/telnet
ssh/telnet again for alias to work
If you want to add to an existing
category filters or delete from
them, you can do them now.
We can wait for refresh schedule
to update selected categories
or can start a refresh manually.
Start off with some seeded
blocks by running command
:: Files Changed ::
( uninstall will remove this changes )
:: Thanks to ::
@RMerlin (Asuswrt-Merlin)
@thiggins (snbforums.com)
Inspiring contributions
Knowledge and Sharing
@john9527 @ryzhov_al @kvic
@Adamm @Martineau @thelonelycoder
@TeHashX @bigeyes0x0 @swetoast
@redhat27 @joegreat @sfx2000
@tomsk @Zirescu @ColinTaylor
Appreciate
Feedback and Suggestions
Readme
Usage
Limitations
Upcoming Features
Category Blocking Info
Refresh Schedule
FAQ
Screenshots
Found Here
Adware Country Custom ETF
Malware Shalla(exp) Spam
Tor-Exits
Current Version: 1.1
See ChangeLog1_1.txt on github
or on post2 if upgrading
from Version 1.0
:: Features ::
- Command Line Driven with Menu Assist
- Category based Blocking
- Select Categories to Block
- Incremental Updates
- Turn on/off Blocking temporarily
- Blocking Status
- Configurable System
- Control how much data gets into
Categories with Buckets and
Maximum Entries.
System seeds with Max Entries of
65500 and 10 Buckets.
- Scheduled and Manually triggered
Refreshes
- White-listing of ips,cidrs,urls
- Custom category to add any
requried ips,cidrs,urls
- Supports additions to existing
Filters & Categories
- Check system for Blocking Status
of a ips,cidrs,urls
- Backup and Restore
- Uninstall a Category or System
:: System Requirements ::
bash(4.3+) diff(3.3+) grep(2.26+)
sort(8.2+) split(8.2+) xargs(5.2+)
kernel (2.4+) ipset (4.5+)
iptables (1.3+)
:: Installation ::
1. On Asuswrt-Merlin install Entware-ng
2. After Entware Installation
install below packages
Code:
opkg install bash diffutils grep coreutils-sort coreutils-split findutils
3. Download ipBLOCKer
( create a seperate directory for
ipBLOCKer and download package )
Code:
mkdir -P ipBLOCKer; cd ipBLOCKer;
curl -S -# -O https://raw.githubusercontent.com/spalife/ipBLOCKer/master/ipBLOCKer.sh;
curl -S -# -O https://raw.githubusercontent.com/spalife/ipBLOCKer/master/includes_ipBLOCKer.sh;
curl -S -# -O https://raw.githubusercontent.com/spalife/ipBLOCKer/master/flib_ipBLOCKer.sh;
chmod +x *.sh;
./ipBLOCKer.sh setup
#( Select Categories to Block from Menu )
ssh/telnet again for alias to work
Code:
cd ipBLOCKer
category filters or delete from
them, you can do them now.
We can wait for refresh schedule
to update selected categories
or can start a refresh manually.
Start off with some seeded
blocks by running command
Code:
block refresh custom
( uninstall will remove this changes )
Code:
# /jffs/scripts/firewall-start
# ~/.profile
# ~/.bash_profile
# crontab
:: Thanks to ::
@RMerlin (Asuswrt-Merlin)
@thiggins (snbforums.com)
Inspiring contributions
Knowledge and Sharing
@john9527 @ryzhov_al @kvic
@Adamm @Martineau @thelonelycoder
@TeHashX @bigeyes0x0 @swetoast
@redhat27 @joegreat @sfx2000
@tomsk @Zirescu @ColinTaylor
Appreciate
Feedback and Suggestions
Readme
Usage
Limitations
Upcoming Features
Category Blocking Info
Refresh Schedule
FAQ
Screenshots
Found Here
Last edited: