| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: traefik2 | Distribution: openSUSE Tumbleweed |
| Version: 2.11.42 | Vendor: openSUSE |
| Release: 1.1 | Build date: Thu Mar 26 10:50:46 2026 |
| Group: Productivity/Networking/Web/Proxy | Build host: reproducible |
| Size: 192582258 | Source RPM: traefik2-2.11.42-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://traefik.io/ | |
| Summary: The Cloud Native Application Proxy | |
Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS) and configures itself automatically and dynamically. Pointing Traefik at your orchestrator should be the only configuration step you need.
MIT
* Thu Mar 26 2026 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 1.11.42
* grpc
- Bump google.golang.org/grpc to v1.79.3
* middleware, authentication
- Prevent duplicate user headers in basic and digest auth middleware
* middleware
- Fix StripPrefix and StripPrefixRegex to slice the prefix using encoded prefix length
- Version 1.11.41
- CVEs fixed:
* CVE-2026-32595 (Advisory GHSA-g3hg-j4jv-cwfr) boo#1260016
* CVE-2026-32305 (Advisory GHSA-wvvq-wgcr-9q48) boo#1260017
- Bugs fixes:
* http
- Add maxResponseBodySize configuration on HTTP provider
* tls
- Support fragmented TLS client hello
* middleware, authentication
- Make basic auth check timing constant
* Fri Mar 06 2026 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 1.11.40
* docker
- Bump Docker and OpenTelemetry dependencies
* server
- Bump golang.org/x/net to v0.51.0
- Version 1.11.38
- CVEs fixed:
* CVE-2026-26998 (Advisory GHSA-fw45-f5q2-2p4x) boo#1259276
* CVE-2026-26999 (Advisory GHSA-xw98-5q62-jx94) boo#1259275
* CVE-2026-29054 (Advisory GHSA-92mv-8f8w-wq52) boo#1259273
- Bugs fixes:
* middleware, authentication
- Add maxResponseBodySize configuration to forwardAuth middleware, boo#1259276
* middleware
- Fix case sensitivity on x-forwarded headers for Connection boo#1259273
* server
- Fix TLS handshake error handling, boo#1259275
* Mon Feb 16 2026 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 1.11.37
* healthcheck
- Validate healthcheck path configuration
* tls,server
- Cap TLS record length to RFC 8446 limit in ClientHello peeking
- Version 1.11.36
* service
- Avoid recursion with services
* webui
- Bump dependencies of documentation and webui
* Sat Jan 31 2026 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 1.11.35
Breaking change:
As explained in the comment left on the CVE-2025-66490 fix, this new hotfix
version makes the behavior opt-in. As a result, this release is breaking
compared to the previous hotfix versions since v3.6.4, but it restores by
default the behavior that existed before that hotfix. Please, read the
migration guide to enable the feature. boo#1254879
CVE fixed:
CVE-2026-22045 (Advisory GHSA-cwjm-3f7h-9hwqj) boo#1256815
Bug fixes:
* acme
- Add timeout to ACME-TLS/1 challenge handshake
* server
- Make encoded character options opt-in
- Version 1.11.34
* server
- Fix deny encoded characters
- Version 1.11.33
* server
- Print access logs for rejected requests and warn about new behavior
- Version 1.11.32
CVE's fixed:
CVE-2025-66490 (Advisory GHSA-gm3x-23wp-hc2c) boo#1254879
* http3
- Bump github.com/quic-go/quic-go to v0.57.1
* plugins
- Validate plugin module name
* server
- Bump golang.org/x/crypto to v0.45.0 VUL-0: CVE-2025-58181 boo#1253793
- Reject suspicious encoded characters
* Thu Nov 13 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 2.11.31
* docker,docker/swarm
- Auto-negotiate Docker API version (gh#traefik/traefik#12262 by kevinpollet)
- Version 2.11.30
* http3
- Bump github.com/quic-go/quic-go to v0.55.0 (#12156 by kevinpollet)
* kv
- Fix KV key name used to check if connection is alive (#12162 by kevinpollet)
* server
- Bump golang.org/x/net to v0.46.0 (#12143 by kevinpollet), fixes boo#1251358
* tracing
- Bump gopkg.in/DataDog/dd-trace-go.v1 to v1.74.6 (#12083 by hannahkm)
* Fri Sep 26 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Updated changelog
* Fri Aug 29 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Removed old update scripts which fixes boo#1245204 resp CVE-2025-46810
for traefik reloease v2.
- Version 2.11.29
* acme
- Bump github.com/go-acme/lego/v4 to v4.25.2 (gh#traefik/traefik#11983 by ldez)
* docker
- Bump github.com/docker/docker to v28.3.3 (gh#traefik/traefik#12007 by kevinpollet)
* Tue Jul 29 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Synchronized changelog with boo tickets and cve entries
* Fri Jul 25 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 2.11.28
* logs
- Redact logged install configuration (gh#traefik/traefik#11907 by jspdown)
* plugins
- Fix client arbitrary file access during archive extraction zipslip (gh#traefik/traefik#11911 by odaysec)
Fixes CVE-2025-54386 and boo#1247524
* server
- Disable MPTCP by default (gh#traefik/traefik#11918 by rtribotte)
* Tue Jul 22 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Disabled MPTCP which caused issues (see gh#traefik/traefik#11869)
- Version 2.11.27
* Bump github.com/go-viper/mapstructure/v2 to v2.3.0 (gh#traefik/traefik#11880 by kevinpollet)
* Thu Jun 26 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 2.11.26
* middleware
- Do not log redis sentinel username and password
* Fri Jun 06 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
Important: Please read the migration guide at
https://doc.traefik.io/traefik/v2.11/migration/v2/#v21125
- Version 2.11.25
- Fix for boo#1243818 CVE-2025-47952
- k8s/ingress
* Fix panic for ingress with backend resource (#11777 by rtribotte)
- server
* Normalize request path (#11768 by kevinpollet)
- Version 2.11.24
CVE's fixed:
CVE-2025-32431 (Advisory GHSA-6p68-w45g-48j7)
CVE-2025-22868 (Advisory GHSA-3wqc-mwfx-672p)
CVE-2025-22871 (Advisory GHSA-5423-jcjm-2gpv)
The incoming request path is now cleaned before being used to match the
router rules and sent to the backends. Any /../, /./ or duplicate slash
segments in the request path is interpreted and/or collapsed.
Please read the migration guide:
https://doc.traefik.io/traefik/v2.11/migration/v2/#request-path-sanitization
* middleware
- add Content-Length header to preflight response
* server
- Sanitize request path (#11684 by rtribotte)
- Version 2.11.23
* ecs,logs
- Bump AWS SDK to v2
* logs,tls
- Error level log for configuration-related TLS errors with backends
* rules
- Allow underscore character in HostSNI matcher
* webui
- Change boolean module properties default value to undefined
* Upgrades
- Bump golang.org/x/net to v0.38.0
Fix for boo#1241731 and boo#1241733: CVE-2025-22872
- Bump golang.org/x/oauth2 to v0.28.0
Fix for boo#1239228 CVE-2025-22868
- Version 2.11.22
* logs,tls
- Error level log for configuration-related TLS errors with backends
* rules
- Allow underscore character in HostSNI matcher
* webui
- Change boolean module properties default value to undefined
* Updates
- Bump github.com/go-jose/go-jose/v4 to v4.0.5
fix boo#1237621 CVE-2025-27144
- Bump github.com/golang-jwt/jwt to v4.5.2
fix boo#1240454 CVE-2025-30204
- Bump x/crypto to v0.35.0
fix for boo#1239383 CVE-2025-22869, boo#1239363 CVE-2025-22869
- Version 2.11.21
- middleware
* Enable the retry middleware in the proxy (#11536 by kevinpollet)
* Retry should send headers on Write (#11534 by kevinpollet)
* Fri Feb 07 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Fix for boo#1235401
- Version 2.11.20
* acme
- Graceful shutdown for ACME JSON write operation
* middleware
- Changing log message when client cert is not available to debug
* service
- Do not create a logger instance for each proxy
* webui
- Fix auto refresh not clearing on component unmount
* Tue Jan 07 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 2.11.18
- websocket,server
* Disable http2 connect setting for websocket by default
(gh#traefik/traefik#11412)
* Mon Jan 06 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 2.11.17
- acme
* Update go-acme/lego to v4.21.0 (gh#traefik/traefik#11368)
- middleware
* Fix typo in basicauth note (gh#traefik/traefik#11397)
- service
* Configure ErrorLog in httputil.ReverseProxy (gh#traefik/traefik#11344)
- Bump golang.org/x/net to v0.33.0 (gh#traefik/traefik#11365)
mentioned in boo#1235256 CVE-2024-45338
* Mon Dec 16 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Version 2.11.16
- Fix for boo#1234513 CVE-2024-45337
- acme
* Update go-acme/lego to v4.20.4 (gh#traefik/traefik#11295)
- http3
* Update github.com/quic-go/quic-go to v0.48.2 (gh#traefik/traefik#11320)
- server
* Update golang.org/x dependencies (gh#traefik/traefik#11336, CVE-2024-45337, boo#1234502)
* Thu Nov 21 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- golang-jwt has been updated to version 4.5.1 to fix CVE-2024-51744 and boo#1232940
- Update to version 2.11.14
* acme
- Ensure defaultGeneratedCert.main as Subject's CN
- Update go-acme/lego to v4.20.2
* logs,server
- Change level of peeking first byte error log to DEBUG
* middleware,authentication
- Clean connection headers for forward auth request only
* middleware
- Bump github.com/klauspost/compress to 8e14b1b5a913
- Bump github.com/klauspost/compress to dbd6c381492a
* middleware,server
- Drop untrusted X-Forwarded-Prefix header
* middleware,service
- Panic on aborted requests to properly close the connection
* server
- Apply keepalive config to h2c entrypoints
- Rework condition to not log on timeout
* service
- Fix internal handlers ServiceBuilder composition
* webui
- Adopt a layout for the large amount of entrypoint port numbers
- Remove unused boot files from webui
- Upgrade to node 22.9 and yarn lock to fix vulnerabilities
* Wed Sep 25 2024 Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Update to version 2.11.10
* CVEs:
- CVE-2024-45410 (boo#1230842)
* Bug fixes:
- [acme] Allow handling ACME challenges with custom routers
- [acme] Update go-acme/lego to v4.18.0
- [http3] Bump github.com/quic-go/quic-go to v0.47.0
- [logs,middleware] Ensure proper logs for aborted streaming responses
- [logs,middleware] Make the keys of the accessLog.fields.names map case-insensitive
- [middleware,server] Cleanup Connection headers before passing the middleware chain
- [plugins] Upgrade paerser to v0.2.1
- [server,tcp] Prevent error logging when TCP WRR pool is empty
- [server] Check if ACME certificate resolver is not nil
- [webui] Upgrade webui dependencies
* Wed Aug 07 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Fixed service-file: set working directory, so that the /etc/traefik/acme.json
file can be written in /etc/traefik/acme.json
- Update to version 2.11.8
- Bug fixes:
* docker: Update to github.com/docker/docker v27.1.1
* webui: Upgrade webui dependencies - fixes boo#1224308 and CVE-2024-4068
* Wed Jul 31 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Run traefik as traefik user, fixes boo#1227226
- Added ACME confiuration template
- Update to version 2.11.7
* Bug fixes:
- [logs]: Make the log about new version more accurate
- [tls,k8s/crd,k8s]: Enforce default cipher suites list
- Fix for CVE-2024-6104, boo#1227059
* Thu Jul 04 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to version 2.11.6
* Bug fixes:
- Fix for CVE-2024-39321 bsc#1227515
- [ecs] Fix ECS config for OIDC + IRSA (gh#traefik/traefik#10814 by mmatur)
- [http3] Disable QUIC 0-RTT (gh#traefik/traefik#10867 by mmatur)
- [middleware,server] Remove interface names from IPv6 (gh#traefik/traefik#10813 by JeroenED)
* Wed Jun 19 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to version 2.11.5
* Updated libraries
* Wed Jun 19 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to version 2.11.4
* Bug fixes:
[acme] Update go-acme/lego to v4.17.3 (#10768 by ldez)
* Thu May 23 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to version 2.11.3
* CVEs:
* CVE-2024-24788 (bsc#1224018): A malformed DNS message in response to a
query can cause the Lookup functions to get stuck in an infinite loop.
* Bug fixes:
[server] Remove deadlines for non-TLS connections
(gh#traefik/traefik#10615 by rtribotte)
[webui] Display of Content Security Policy values getting out of screen
(gh#traefik/traefik#10710 by brandonfl)
[webui] Fix provider icon size
* Additional fixes: bnc#1224308 and bnc#1224384
- Packaging:
* Use Traefik's src.tar.gz files containing a pre-built frontend to simplify the packaging process
* Fixes bsc#1224308 and bsc#1224384
- Removed allow-node-21.patch and prepare-sources.sh script
* Mon May 06 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Renamed package traefik to traefik2
* Fri May 03 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Added allow-node-21.patch to allow building with nodejs21, too
- Removed traefik-fix-int-overflow-with-go-generate-10452.patch
- Update to version 2.11.2
* Fix for boo#1235167 CVE-2024-28180
* Important
* Read the migration guide at https://doc.traefik.io/traefik/migration/v2/#v2112
* CVEs:
* GHSA-7f4j-64p6-5h5v (related to CVE-2023-45288)
* CVE-2024-28869 (bsc#1222825)
* Bug fixes:
* [server] Revert LingeringTimeout and change default value for ReadTimeout
* [server] Set default ReadTimeout value to 60s
- Update to version 2.11.1:
* Bug fixes:
* [acme,tls] Enforce handling of ACME-TLS/1 challenges
* [acme] Update go-acme/lego to v4.16.1
* [acme] Close created file in ACME local store CheckFile func
* [docker,http3] Update to quic-go v0.42.0 and docker/cli v24.0.9
* [docker,marathon,rancher,ecs,tls,nomad] Allow to configure TLSStore default generated certificate with labels
* [ecs] Adjust ECS network interface detection logi
* [logs,tls] Fix log when default TLSStore and TLSOptions are defined multiple times
* [middleware] Allow empty replacement with ReplacePathRegex middleware
* [plugins] Update Yaegi to v0.16.1
* [provider,rules] Don't allow routers higher than internal ones
* [rules] Reserve priority range for internal router
* [server,tcp] Introduce Lingering Timeout
* [tcp] Enforce failure for TCP HostSNI with hostname
* [tracing] Bump Elastic APM to v2.4.8
* [webui] Fix dashboard exposition through a router
* [webui] Display IPAllowlist middleware configuration in dashboard
* [webui] Make text more readable in dark mode
* [webui] Migrate to Quasar 2.x and Vue.js 3.x
* [webui] Add a horizontal scroll for the mobile view
* Wed Mar 06 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Remove node_modules.sums left over by obs-service-node_modules
* Tue Mar 05 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- configuration changes:
* Enhanced default configuration file, including configs for http3 support.
* Docker configuration has been disabled per default, file provider has been enabled.
The directory for the file provider has been set to /etc/traefik/conf.d
* Prepared directories for logging in /var/log/traefik
* Enhanced default configuration file, including configs for http3 support. Settings
are disabled per default.
- packaging general:
* Use standard source-download feature, modified _service file and removed _servicedata
* packagers can invoke `prepare-sources.sh` to doenload sources and prepare go-packages
as well as node_modules for the built process.
- frontend packaging:
* The frontend will now be packaged on OBS to have reproduceable builds.
- Go packaging:
* Added upstream patch traefik-fix-int-overflow-with-go-generate-10452.patch to
allow packaging on 32bit architectures gh#traefik/traefik#10451
* Enabled CGO because there is no cross compilation needed in OSB (we build
packages for every distribution/architecture seperately). PIE can not be used
with CGO enabled for most architectures and is reported as failure sinc go 1.22.
See https://github.com/golang/go/issues/64875
* Don't use pie-buildmode for ppc64 and s390x architectures
- Update to version 2.11.0:
* Enhancements:
* [middleware] Deprecate IPWhiteList middleware in favor of IPAllowList
* [redis] Add Redis Sentinel support
* [server] Add KeepAliveMaxTime and KeepAliveMaxRequests features to entrypoints
* [sticky-session] Hash WRR sticky cookies
* Bug fixes:
* [acme] Update go-acme/lego to v4.15.0
* [authentication] Fix NTLM and Kerberos
* [file] Fix file watcher
* [file] Update github.com/fsnotify/fsnotify to v1.7.0
* [http3] Update quic-go to v0.40.1
* [middleware,tcp] Add missing TCP IPAllowList middleware constructor
* [nomad] Update the Nomad API dependency to v1.7.2
* [server] Fix ReadHeaderTimeout for PROXY protocol
* [webui] Fixes the Header Button
* [webui] Fix URL encode resource's id before calling API endpoints
* Wed Feb 21 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Fixed packaging of UI
* Fri Dec 08 2023 alexandre.vicenzi@suse.com
- Update to version 2.10.7:
* CVEs:
* CVE-2023-45283 (boo#1216943)
* CVE-2023-45284 (boo#1216944)
* CVE-2023-47124 (boo#1217806)
* CVE-2023-47633 (boo#1217807)
* CVE-2023-47106 (boo#1217804)
* GHSA-7v4p-328v-8v5g, CVE-2023-39325 (boo#1216109)
* Bug fixes:
* [accesslogs] Fix preflight response status in access logs
* [accesslogs] Move origin fields capture to service level
* [acme] Do not check for wildcard domains for non DNS challenge
* [acme] Remove backoff for http challenge (CVE-2023-47124)
* [acme] Update go-acme/lego to v4.14.0
* [consul,consulcatalog] Update github.com/hashicorp/consul/api
* [http3] Update quic-go to v0.39.1
* [k8s/crd] Fix multiple subsets endpoint
* [k8s/ingress,k8s/crd,k8s,hub] Clean code related to Hub
* [k8s/ingress,k8s] fix: avoid panic on resource backends
* [kv] Ignore ErrKeyNotFound error for the KV provider
* [logs] Fixed datadog logs json format issue
* [metrics] Enable Prometheus provider cleanup when only the router's metrics level is activated
* [middleware,authentication] Adjust forward auth to avoid connection leak
* [middleware,server] Improve CNAME flattening to avoid unnecessary error logging
* [middleware,tracing,plugins] fix: traceability of the middleware plugins
* [middleware] Allow X-Forwarded-For delete operation
* [middleware] Encode query semicolons
* [middleware] Fix stripPrefix middleware is not applied to retried attempts
* [middleware] Missing trailer with custom errors middleware
* [middleware] Support informational headers in middlewares redefining the response writer
* [plugins] Improve error messages related to plugins
* [provider] Refuse recursive requests (CVE-2023-47633)
* [server] Deny request with fragment in URL path (CVE-2023-47106)
* [server] Update x/net and grpc/grpc-go
* [tracing] Remove deprecated code usage for datadog tracer
* [tracing] Update DataDog tracing dependency to v1.50.1
* [webui] Add missing accessControlAllowOriginListRegex to middleware view
* Fix false positive in url anonymization
* Misc:
* [webui] Updates the Hub tooltip content using a web component and adds an option to disable Hub button
- Update Go version (CVE-2023-45283, CVE-2023-45284, CVE-2023-39325)
* Mon Jun 12 2023 alexandre.vicenzi@suse.com
- Update to version 2.10.1:
* CVEs
* CVE-2022-41724 (bsc#1208271)
* CVE-2023-24534 (bsc#1210127)
* CVE-2023-29013 (bsc#1210505)
* Enhancements
* [docker] Expose ContainerName in Docker provider
* [hub] Remove hub configuration out of experimental
* [k8s/crd] Introduce traefik.io API Group CRDs
* [k8s/ingress,k8s/crd,k8s] Native Kubernetes service load-balancing
* [middleware,metrics] Add prometheus metric requests_total with headers
* [nomad] Support multiple namespaces in the Nomad Provider
* [tracing] Add support to send DataDog traces via Unix Socket
* [webui] Display period setting of the RateLimit middleware in the webui
* [webui] Modify the Hub Button
* Bug fixes
* [docker] Expose ContainerName in Docker provider
* [docker] Only warn about missing docker network when network_mode is not host or container
* [ecs] Prevent panicking when a container has no network interfaces
* [file] Make file provider more resilient wrt first configuration
* [hub] hub: get out of experimental.
* [k8s/crd] Introduce traefik.io API Group CRDs
* [k8s/ingress,k8s/crd,k8s] Native Kubernetes service load-balancing
* [logs] Differentiate UDP stream and TCP connection in logs
* [metrics] Include user-defined default cert for traefik_tls_certs_not_after metric
* [middleware,metrics] Add prometheus metric requests_total with headers
* [middleware] Prevent from no rate limiting when average is zero
* [middleware] Prevents superfluous WriteHeader call in the error middleware
* [middleware] Sanitize X-Forwarded-Proto header in RedirectScheme middleware
* [nomad] Fix default configuration settings for Nomad Provider
* [nomad] Fix Nomad client TLS defaults
* [nomad] Support multiple namespaces in the Nomad Provider
* [plugins] Improve DeepCopy of PluginConf
* [server] Remove User-Agent header removal from ReverseProxy director func
* [tls,tcp] Adds the support for IPv6 in the TCP HostSNI matcher
* [tracing] Add support to send DataDog traces via Unix Socket
* [server] Update golang.org/x/net to v0.7.0 (CVE-2022-41724)
- Update Go version (CVE-2023-24534, CVE-2023-29013)
* Tue Jan 17 2023 alexandre.vicenzi@suse.com
- Update to version 2.9.6:
* CVEs
* CVE-2022-23469
* CVE-2022-46153
* CVE-2022-41717
* Bug fixes
* [acme] Update go-acme/lego to v4.9.1
* [k8s/crd] Support of allowEmptyServices in TraefikService
* [logs] Remove logs of the request
* [plugins] Increase the timeout on plugin download
* [server] Update golang.org/x/net (CVE-2022-41717, bsc#1207208)
* [tls] Handle broken TLS conf better
* [tracing] Update DataDog tracing dependency to v1.43.1
* [webui] Add missing serialNumber passTLSClientCert option to middleware panel
/etc/traefik /etc/traefik/conf.d /etc/traefik/traefik.toml /usr/bin/traefik /usr/lib/systemd/system/traefik.service /usr/lib/sysusers.d/traefik-user.conf /usr/sbin/rctraefik /usr/share/doc/packages/traefik2 /usr/share/doc/packages/traefik2/CONTRIBUTING.md /usr/share/doc/packages/traefik2/README.md /usr/share/doc/packages/traefik2/SECURITY.md /usr/share/licenses/traefik2 /usr/share/licenses/traefik2/LICENSE.md /var/log/traefik
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 15:27:28 2026