This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20620
Commits
1
Branch
46 MiB
Tree:
af03542a18
lilik-openwrt-22.03
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'af03542a18'
${ noResults }
openwrt-packages-dist
/
net
/
simple-adblock
/
files
/
simple-adblock.hotplug
5 lines
102 B
Raw
Normal View
History
simple-adblock: better download processing, luci-app integration, lists optimization, firewall integration Signed-off-by: Stan Grishin <stangri@melmac.net>
6 years ago
simple-adblock: options to filter non-ASCII domains, local compressed storage Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years ago
simple-adblock: support multiple dnsmasq instances; rework communication between principal package and luci app Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years ago
simple-adblock: better download processing, luci-app integration, lists optimization, firewall integration Signed-off-by: Stan Grishin <stangri@melmac.net>
6 years ago
#!/bin/sh
if [ "$ACTION" = "ifup" ]; then
sleep 10 && /etc/init.d/simple-adblock start hotplug &
fi