From c72d526844de6946ef9c206b330f2f31e9908dc1 Mon Sep 17 00:00:00 2001 From: Ariel Antigua Date: Thu, 6 Sep 2018 11:19:02 -0400 Subject: [PATCH] Add 'static_files/hosts.allow' --- static_files/hosts.allow | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 static_files/hosts.allow diff --git a/static_files/hosts.allow b/static_files/hosts.allow new file mode 100644 index 0000000..67458f4 --- /dev/null +++ b/static_files/hosts.allow @@ -0,0 +1,16 @@ +# /etc/hosts.allow: list of hosts that are allowed to access the system. +# See the manual pages hosts_access(5) and hosts_options(5). +# +# Example: ALL: LOCAL @some_netgroup +# ALL: .foobar.edu EXCEPT terminalserver.foobar.edu +# +# If you're going to protect the portmapper use the name "rpcbind" for the +# daemon name. See rpcbind(8) and rpc.mountd(8) for further information. +# + +ALL: 179.51.76.0/24 +ALL: 44.164.64.0/22 +ALL: 200.1.154.0/24 +ALL: 10.45.0.0/16 +ALL: 172.22.35.0/24 +ALL: 172.31.31.0/24