Fix autosign iptables rule
This commit is contained in:
parent
1b28aecdcf
commit
a24a3f20e4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ num_cpus: 2
|
|||
|
||||
# Make connections from signing bridges stateless, they break sigul connections
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1283364
|
||||
custom_rules: ['-A INPUT --proto tcp --sport 44334 --souce sign-bridge01.phx2.fedoraproject.org,secondary-bridge01.qa.fedoraproject.org -j ACCEPT']
|
||||
custom_rules: ['-A INPUT --proto tcp --sport 44334 --source sign-bridge01.phx2.fedoraproject.org,secondary-bridge01.qa.fedoraproject.org -j ACCEPT']
|
||||
|
||||
fas_client_groups: sysadmin-releng
|
||||
host_group: autosign
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue