Revert "fix: Traefik | remove custom tls option"

This reverts commit 5b76226801.
This commit is contained in:
2025-12-11 21:03:39 +05:00
parent 8b206f005b
commit afb071bcbe
4 changed files with 42 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
export { RateLimitMiddleware } from "./rateLimit";
export { IpAllowListMiddleware, IpAllowListMiddlewareTCP } from "./ipAllowList";
export { TLSOptions } from "./tlsOpts";