You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ipHandlerPlugin.ts): add IP rewriting plugin for Fastify server
feat(ipHandlerPlugin.ts): add support for trusted IPs and accepted headers
feat(ipHandlerPlugin.ts): add logging support for IP rewriting plugin
feat(plugin.ts): pass IP rewriting plugin options to fastifyIP plugin
feat(sec.config.ts): add IPReWrite interface to FastifyWebServerConfig
feat(sec.config.ts): add ipRewrite field to FastifyWebServerConfig
feat(sec.config.ts): add support for trusted IPs and accepted headers in ipRewrite field
feat(sec.config.ts): remove usingCloudflareWarpTraefikPlugin field from FastifyWebServerConfig
feat(sec.config.ts): add enabled field to IPReWrite interface and ipRewrite field in FastifyWebServerConfig