# Included by bit-firewall
# $Id: default 36 2013-10-29 08:18:49Z sanders $
#
# Valid 'boolean-true-value' is 'yes', anything else is considered as 'no'
# If not defined (empty value) boolean values will default 'yes'.
#
# Run the init script at all?
RUN=yes

# Optionally, disable running for a specific address family.
# NOTE: Not defining RUNV4 or RUNV6 (eg: empty value) means
# 'yes' for backwards compatability with old(er) defaults files.
RUNV4=yes
RUNV6=yes

# Insert default rules, or just the ones from /etc/bit-firewall/rules{,6}
DEFAULTRULES=yes

# These IP's or netblocks are blocked. Use CIDR notation for blocks
# 
# misc-bogons-v4: 127.0.0.0/8, 169.254.0.0/16, 192.0.2.0/24, 192.18.0.0/15
# misc-bogons-v6: 2001:10::/28, 2001:0200::/48, 2001:db8::/32, 3ffe::/16
# iana-reserved: 0.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 240.0.0.0/4;
#
V4BLOCKED=""
V6BLOCKED=""

# These IP's or netblocks are trusted. Use CIDR notation for blocks
V4TRUSTED="213.136.0.33 213.136.12.128/26"
V6TRUSTED="2001:7b8:3:30::/64 2001:7b8:3:1000::/64"
