1
0

Added trusted.conf support

Dieser Commit ist enthalten in:
bbruns@gmail.com 2014-03-30 16:58:22 +00:00
Ursprung 35504323b6
Commit 15c1655479
2 geänderte Dateien mit 23 neuen und 0 gelöschten Zeilen

12
etc/ipv4/trusted.conf Normale Datei
Datei anzeigen

@ -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 Normale Datei
Datei anzeigen

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