Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Started 1 yr 5 mo ago
Took 1 min 54 sec on fli4l-packaging-82ed86b7

#129 (Dec 20, 2022, 4:26:03 PM)

Revision: 60800
Changes
  1. FFL-2762: STUNNEL_x_ACCEPT handling corrected

    Using 'any' led to specifying '0.0.0.0' or '::', respectively, as destination
    in the corresponding firewall INPUT rule. That is wrong however. What is wanted
    here is a match-all destination, so use '0.0.0.0/0' or '::/0', respectively.
    (detail)
    by kristov

Started by an SCM change