opnsense / plugins

OPNsense plugin collection
https://opnsense.org/
BSD 2-Clause "Simplified" License
849 stars 644 forks source link

www/caddy: Remove default route from layer4 since its obsolete #4323

Closed Monviech closed 3 weeks ago

Monviech commented 1 month ago

Why its not needed anymore: https://github.com/mholt/caddy-l4/pull/248#issuecomment-2400513639

It was also the main cause of this: https://github.com/mholt/caddy-l4/issues/250

Together with building with go1.23 (which has kyber support): https://github.com/opnsense/ports/pull/204 And updating the layer4 module to the main branch without the workaround patch: https://github.com/opnsense/tools/pull/440

The layer4 module is back on the main branch and can use the newer features and bugfixes again.