Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

zolbooo/hapi-forwarded-ip

Repository files navigation

hapi-forwarded-ip

Build and publish npm

This package overrides remoteAddress of Hapi request object with X-Forwarded-For header's value.

Usage

Import plugin:

import { HapiForwardedIpPlugin } from 'hapi-forwarded-ip';

When creating server, call:

await server.register(HapiForwardedIpPlugin);

Happy hacking! 🚀