allow the builders to access pagure.io on port 443
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
124e380f44
commit
4dd019ffb9
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# {{ ansible_managed }}
|
||||
# {{ ansibla_managed }}
|
||||
*filter
|
||||
:INPUT DROP []
|
||||
:FORWARD DROP []
|
||||
|
@ -81,6 +81,9 @@
|
|||
-A OUTPUT -m tcp -p tcp --dport 9418 -d 140.211.169.199 -j ACCEPT
|
||||
-A OUTPUT -m udp -p udp --dport 9418 -d 140.211.169.199 -j ACCEPT
|
||||
|
||||
# git on pagure,io
|
||||
-A OUTPUT -p tcp -m tcp -d 140.211.169.204 --dport 443 -j ACCEPT
|
||||
|
||||
# admin.fedoraproject.org for fas (proyx01 and proxy10)
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.126.51 --dport 80 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.126.51 --dport 443 -j ACCEPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue