mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
[copr] [prod] close access to keygen on 80 port, allow connections only from copr-be-dev.cloud
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
---
|
||||
tcp_ports: [22, 80, 5167]
|
||||
tcp_ports: [22, 5167]
|
||||
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 172.16.5.4 --dport 80 -j ACCEPT', '-A INPUT -p tcp -m tcp -s '209.132.184.142' --dport 80 -j ACCEPT']
|
||||
|
||||
Reference in New Issue
Block a user