pagure: also have stunnel listen for ipv6 eventsource
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
be19611e01
commit
12033a58af
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ postfix_group: vpn.pagure
|
|||
primary_auth_source: ipa
|
||||
sshd_config: ssh/sshd_config.pagure
|
||||
sshd_keyhelper: true
|
||||
stunnel_destination_port: 8080
|
||||
stunnel_destination_port: :::8080
|
||||
stunnel_service: "eventsource"
|
||||
stunnel_source_port: 8088
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
|
|
|
@ -79,7 +79,7 @@ sshd_config: ssh/sshd_config.pagure
|
|||
sshd_keyhelper: true
|
||||
stunnel_destination_port: 8080
|
||||
stunnel_service: "eventsource"
|
||||
stunnel_source_port: 8088
|
||||
stunnel_source_port: :::8088
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
tcp_ports: [22, 25, 80, 443, 9418,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue