|
|
Sample "banned-names.conf" file for ftwall version 2
[ Project home page ]
# This file should be referenced using the "-D" option of ftwall.
#
# The lines in this file are formatted as follows..
#
# # xxxxx A comment - ignored
# RE: xxxxx xxxxx is a regex(7) pattern
# A: xxxxx xxxxx is a host name
# V: xxxxx the line is ignored
# N: xxxxx the line is ignored
# INCLUDE:xxxxx xxxxx is a file name or wildcard pattern
#
# Anything else is take as a DNS host name.
# There is no harm is specifying duplicate host names, but there is
# a limit of 256 REs that cam be handled.
#
# The A:, V: and N: tags are implemented in order to allow WinMX
# "WSX" files to be used directly.
#
#
# When DNS answer packets are processed by ftwall, any IP addresses
# in the packet relating to names that match ANY of these REGEXes
# or host names are added to the list of addresses being blocked.
# The comparison is done in a case-insenstive way. See regex(3),
# regex(7) and "POSIX 1003.2, section 2.8 (Regular Expression Notation)"
# for details of the syntax of the RE patterns.
#
# Please note - spaces in REGEXes are significant - so DONT put spaces
# into these lines (including at their end).
# Domains for various P2P Applications
RE: (^|\.)(kazaa|kazaalite|imesh|winmx|limewire)\.com$
# Napster and OpenNAP sites. Blocking Napigator blocks some (not all)
# OpenNAP clients. Include other "OpenNAP server list servers" here
RE: (^|\.)(napster|napigator)\.(com|org|net)$
RE: (^|\.)napsterfr\.net$
RE: (^|\.)masternap\.org$
# OpenNAP directories can be found at..
# http://serveur.napsterfr.net/open.php
# http://www.napigator.com/servers/
# Some well known OpenNAP (etc) networks
RE: (^|\.)cucciolandia[0-9]*\.dyndns\.org$
RE: (^|\.)(opennap|darkservers|bunnymatrix|slavabeach)\.net$
RE: (^|\.)slavanap\.de$
RE: (^|\.)soniknap[0-9]*\.no-ip\.com$
RE: (^|\.)soniknap\.it$
RE: (^|\.)dutchleechnet[0-9]*\.servebeer\.com$
RE: (^|\.)liberalbacksliding\.co\.uk$
RE: (^|\.)penguinnap\.homelinux\.org$
# The kazaa-bundled spyware sites. Block these to block the relevant
# ad servers and the like.
RE: (^|\.)(altnet|xnef|myway|joltid|bullguard|cydoor)\.(com|net|org)$
#-------------------------------------------------------------------------
# End of REGEX specifications - below here are "#include" style specs..
# Names of WinMX *.wsx files. You can use wildcards in the file names, NOT
# regexes! Domain names in any lines in these files that start with "A:"
# are added to the list of names used to auto-train ftwall. This file format
# is the one used by WinMX - so to block WinMX, just keep some up-to-date
# wsx files in this directory.
INCLUDE: /etc/ftwall/wsx/*.wsx
INCLUDE: /etc/ftwall/lst/*.lst
|