fix: Traefik | abstract TLSOptions class

This commit is contained in:
2025-11-29 13:20:07 +05:00
parent ca8d140baf
commit 33a8dcdaf2
3 changed files with 59 additions and 1 deletions

View File

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