Coder Social home page Coder Social logo

blacklist-scripts's People

Contributors

alexlaroche avatar kravietz avatar shonjir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blacklist-scripts's Issues

Documentation

I installed it on LEDE Reboot (17.01.4, r3560-79f57e422d)
Awesome, Thanks a lot
I think I will install it on my debian server

It should be said somewhere that in order to log, the "log" parameter must be given on the command line
It looks like the $PORTS parameter is never used and all the traffic from the blacklist IPs is dropped

Guy

Query re: LEDE/OpenWRT Instructions

Hi Paweł,

I was looking for something to proactively update my OpenWRT firewall rules and came across your repo here. The blacklist sources look great, so thanks for putting this together.

I was just wondering, since the merge of LEDE and OpenWRT, can I assume that the correct approach for OpenWRT would be to also include the LEDE steps to update the blacklists after the network is available?

It's not immediately obvious to me which order the two start up in. I'm currently using OpenWRT 18.06.1

Thanks

OpenWRT/LEDE pppoe problem

First of all, thanks for this script!
On LEDE using pppoe wan the wan_iface=$(uci get network.wan.ifname) line sets eth0.2 not pppoe-wan so blocking was not working. I replaced the line with IN_OPT="" and it works now.

[solved] blacklist.sh stops in " grep -q 'Chain blocklists' "

Hi,

I'm trying to setup yout script in my VPS, but when I test it with # sh blacklist.sh, doesn't pass this line:

+ COMPRESS_OPT=--compressed
+ INPUT=INPUT
+ FORWARD=FORWARD
+ iptables -L
+ grep -q 'Chain blocklists' --> (stuck here)

(debug thanks to "set -x")

I've installed curl and ipset, as the info says. What's the problem?
OS: Debian 8.3

LEDE/Openwrt problem on boot

Hello,

On LEDE/OpenWrt the sript is intended to be installed in /etc/firewall.user
The problem is that on boot, the openwrt firewall is loaded BEFORE the network comes up, and this is what we want.
So the script "fails", being unable to download the blacklists.

I chose to keep the script in /etc/firewall.user, but I added a service loading the rules when the network is up.

`#!/bin/sh /etc/rc.common

START=30

COMMAND="sh /etc/firewall.user"

boot() {
$COMMAND
}
`

Guy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.