[copr] [stg] close access to keygen on 80 port, allow connections only from copr-be-dev.cloud

This commit is contained in:
Valentin Gologuzov 2015-01-22 20:19:16 +01:00
parent e858125ef4
commit 00aa88339d

View file

@ -1,3 +1,5 @@
---
copr_hostbase: copr-keygen-dev
tcp_ports: [80, 5167]
tcp_ports: [5167]
custom_rules: [ '-A INPUT -p tcp -m tcp -s 172.16.5.24 --dport 80 -j ACCEPT' ]