etc/blocklist4.conf.example

Thu, 30 Jan 2014 15:20:46 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 30 Jan 2014 15:20:46 +0100
changeset 1
96a14c72b423
parent 0
d4d23e51be4f
permissions
-rw-r--r--

Added dist command to the Makefile

# /etc/mbse-firewall/conf.d/blocklist4.conf
#
# List with blocked IP's. Syntax can be networks in CIDR notation or plain
# IPv4 addresses. For example:
#
# 1.2.3.4	a plain IPv4 address
# 5.6.7.0/24	a IPv4 network.
#
# This file is loaded with the following commands: install or reload.
# Comments begin with a # and can be placed behind entries too.
#
1.2.3.4
5.6.7.0/24
3.4.5.0/17	# Real bad network

mercurial