diff options
Diffstat (limited to 'home/.ansible/roles/new_host/files/hosts.allow')
| -rw-r--r-- | home/.ansible/roles/new_host/files/hosts.allow | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/home/.ansible/roles/new_host/files/hosts.allow b/home/.ansible/roles/new_host/files/hosts.allow new file mode 100644 index 0000000..2e8e17a --- /dev/null +++ b/home/.ansible/roles/new_host/files/hosts.allow @@ -0,0 +1,14 @@ +# +# hosts.allow This file describes the names of the hosts which are +# allowed to use the local INET services, as decided by +# the '/usr/sbin/tcpd' server. +# +# Version: @(#)/etc/hosts.allow 1.00 05/28/93 +# +# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org +# +# +ALL : 127.0.0.1 +ALL : 192.168.0. + +# End of hosts.allow. |
