Externalize role
This commit is contained in:
commit
860ebab454
5 changed files with 123 additions and 0 deletions
14
files/hosts.deny
Normal file
14
files/hosts.deny
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# hosts.deny This file contains access rules which are used to
|
||||
# deny connections to network services that either use
|
||||
# the tcp_wrappers library or that have been
|
||||
# started through a tcp_wrappers-enabled xinetd.
|
||||
#
|
||||
# The rules in this file can also be set up in
|
||||
# /etc/hosts.allow with a 'deny' option instead.
|
||||
#
|
||||
# See 'man 5 hosts_options' and 'man 5 hosts_access'
|
||||
# for information on rule syntax.
|
||||
# See 'man tcpd' for information on tcp_wrappers
|
||||
#
|
||||
ALL:ALL EXCEPT 127.0.0.1:DENY
|
||||
Loading…
Add table
Add a link
Reference in a new issue