From 15c1655479c9009b9216ad591a4a154c1239fb55 Mon Sep 17 00:00:00 2001 From: "bbruns@gmail.com" Date: Sun, 30 Mar 2014 16:58:22 +0000 Subject: [PATCH] Added trusted.conf support --- etc/ipv4/trusted.conf | 12 ++++++++++++ etc/ipv6/trusted.conf | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 etc/ipv4/trusted.conf create mode 100644 etc/ipv6/trusted.conf diff --git a/etc/ipv4/trusted.conf b/etc/ipv4/trusted.conf new file mode 100644 index 0000000..4529893 --- /dev/null +++ b/etc/ipv4/trusted.conf @@ -0,0 +1,12 @@ +# This is the trusted.conf hosts file. +# Any hosts you put in this file will have unrestricted access +# both in and out of the machine running this script. +# +# IMPORTANT: Do not place hosts here that you do not explicitly +# trust, as this is a major security issue if you are not careful. +# +# Examples: +# 192.168.0.0/24 +# 10.1.1.1 +# remotehost.yourcompany.com + diff --git a/etc/ipv6/trusted.conf b/etc/ipv6/trusted.conf new file mode 100644 index 0000000..b07e251 --- /dev/null +++ b/etc/ipv6/trusted.conf @@ -0,0 +1,11 @@ +# This is the trusted.conf hosts file. +# Any hosts you put in this file will have unrestricted access +# both in and out of the machine running this script. +# +# IMPORTANT: Do not place hosts here that you do not explicitly +# trust, as this is a major security issue if you are not careful. +# +# Examples: +# 2002:dead:beef::/64 +# 2900:dead:beef::1 +# remotehost.yourcompany.com