Set mirrorlists to only process requests on vpn or local network interface
This commit is contained in:
parent
805acea1a2
commit
7ce3dfbe2a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ num_cpus: 4
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.0.0/16 --dport 80 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.0/24 --dport 80 -j ACCEPT' ]
|
||||
collectd_apache: true
|
||||
fas_client_groups: sysadmin-noc,fi-apprentice
|
||||
nrpe_procs_warn: 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue