fedorahosted server moved and we did not update the iptables rules
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
d7c07d6cf5
commit
312ac98ff5
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@
|
|||
-A OUTPUT -m tcp -p tcp --dport 80 -d 10.5.125.44 -j ACCEPT
|
||||
|
||||
# git to fedorahosted
|
||||
-A OUTPUT -m tcp -p tcp --dport 9418 -d 66.135.62.191 -j ACCEPT
|
||||
-A OUTPUT -m udp -p udp --dport 9418 -d 66.135.62.191 -j ACCEPT
|
||||
-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
|
||||
|
||||
# admin.fedoraproject.org for fas
|
||||
-A OUTPUT -p tcp -m tcp -d admin.fedoraproject.org --dport 80 -j ACCEPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue