You've already forked ansible-role-csf
fix(ci): Applied yammlint fixes 🚨
This commit is contained in:
@@ -36,61 +36,61 @@ csf_global_ini:
|
||||
- option: UDP_OUT
|
||||
value: "20,21,43,53,113,123,58745,30000:65535"
|
||||
|
||||
#csf_allow:
|
||||
# - 10.10.10.10
|
||||
# - 172.16.1.1/29
|
||||
# csf_allow:
|
||||
# - 10.10.10.10
|
||||
# - 172.16.1.1/29
|
||||
|
||||
#csf_ignore:
|
||||
# - 10.10.10.10
|
||||
# - 172.16.1.1/29
|
||||
# csf_ignore:
|
||||
# - 10.10.10.10
|
||||
# - 172.16.1.1/29
|
||||
|
||||
#csf_pignore:
|
||||
# - 'exe:/usr/sbin/nginx'
|
||||
# - 'user:mysql'
|
||||
# csf_pignore:
|
||||
# - 'exe:/usr/sbin/nginx'
|
||||
# - 'user:mysql'
|
||||
|
||||
#csf_fignore:
|
||||
# - '/tmp/\.horde'
|
||||
# - '/tmp/\.horde/.*'
|
||||
# csf_fignore:
|
||||
# - '/tmp/\.horde'
|
||||
# - '/tmp/\.horde/.*'
|
||||
|
||||
#csf_blocklists:
|
||||
# - "SPAMDROP"
|
||||
# csf_blocklists:
|
||||
# - "SPAMDROP"
|
||||
|
||||
#csf_dyndns:
|
||||
# - "no-ip.com"
|
||||
# csf_dyndns:
|
||||
# - "no-ip.com"
|
||||
|
||||
#csf_csfpre_sh: |
|
||||
# #!/bin/bash
|
||||
# /sbin/iptables -t nat -F POSTROUTING
|
||||
# csf_csfpre_sh: |
|
||||
# #!/bin/bash
|
||||
# /sbin/iptables -t nat -F POSTROUTING
|
||||
|
||||
#csf_csfpost_sh: |
|
||||
# #!/bin/bash
|
||||
# /sbin/iptables -t nat -F POSTROUTING
|
||||
# csf_csfpost_sh: |
|
||||
# #!/bin/bash
|
||||
# /sbin/iptables -t nat -F POSTROUTING
|
||||
|
||||
# Host based custom allow rules
|
||||
#csf_allow_host:
|
||||
# - 'tcp|in|d=22|s=1.1.1.1'
|
||||
# csf_allow_host:
|
||||
# - 'tcp|in|d=22|s=1.1.1.1'
|
||||
|
||||
#csf_ignore_host:
|
||||
# - '1.1.1.1'
|
||||
# csf_ignore_host:
|
||||
# - '1.1.1.1'
|
||||
|
||||
#csf_pignore_host:
|
||||
# - 'exe:/usr/sbin/nginx'
|
||||
# - 'user:mysql'
|
||||
# csf_pignore_host:
|
||||
# - 'exe:/usr/sbin/nginx'
|
||||
# - 'user:mysql'
|
||||
|
||||
#csf_fignore_host:
|
||||
# - '/tmp/\.horde'
|
||||
# - '/tmp/\.horde/.*'
|
||||
# csf_fignore_host:
|
||||
# - '/tmp/\.horde'
|
||||
# - '/tmp/\.horde/.*'
|
||||
|
||||
#csf_blocklists_host:
|
||||
# - "SPAMDROP"
|
||||
# csf_blocklists_host:
|
||||
# - "SPAMDROP"
|
||||
|
||||
#csf_dyndns_host:
|
||||
# - "no-ip.com"
|
||||
# csf_dyndns_host:
|
||||
# - "no-ip.com"
|
||||
|
||||
#csf_csfpre_sh_host: |
|
||||
# #!/bin/bash
|
||||
# /sbin/iptables -t nat -F POSTROUTING
|
||||
# csf_csfpre_sh_host: |
|
||||
# #!/bin/bash
|
||||
# /sbin/iptables -t nat -F POSTROUTING
|
||||
|
||||
#csf_csfpost_sh_host: |
|
||||
# #!/bin/bash
|
||||
# /sbin/iptables -t nat -F POSTROUTING
|
||||
# csf_csfpost_sh_host: |
|
||||
# #!/bin/bash
|
||||
# /sbin/iptables -t nat -F POSTROUTING
|
||||
|
||||
Reference in New Issue
Block a user