Added trusted.conf support

master
bbruns@gmail.com 2014-03-30 16:58:22 +00:00
parent 35504323b6
commit 15c1655479
2 changed files with 23 additions and 0 deletions

12
etc/ipv4/trusted.conf Normal file
View File

@ -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

11
etc/ipv6/trusted.conf Normal file
View File

@ -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