From bd611ac59f7c4db885a2f8631ef0bcdcd1901ca0 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Thu, 2 Apr 2015 10:43:33 +0200 Subject: Init --- policies/includes/untrusted-networks-blocking.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 policies/includes/untrusted-networks-blocking.inc (limited to 'policies/includes/untrusted-networks-blocking.inc') diff --git a/policies/includes/untrusted-networks-blocking.inc b/policies/includes/untrusted-networks-blocking.inc new file mode 100644 index 0000000..c77d064 --- /dev/null +++ b/policies/includes/untrusted-networks-blocking.inc @@ -0,0 +1,18 @@ +term deny-from-bogons { + comment:: "this is a sample edge input filter with a very very very long and + multi-line comment that" + comment:: "also has multiple entries." + source-address:: BOGON + action:: deny +} + +term deny-from-reserved { + source-address:: RESERVED + action:: deny +} + +term deny-to-rfc1918 { + destination-address:: RFC1918 + action:: deny +} + -- cgit v1.1