diff --git a/README.md b/README.md index 967ec6a..409341b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Actix Remote IP extractor +[![Build Status](https://drone.communiquons.org/api/badges/pierre/actix-remote-ip/status.svg)](https://drone.communiquons.org/pierre/actix-remote-ip) +[![Crate](https://img.shields.io/crates/v/actix-remote-ip.svg)](https://crates.io/crates/actix-remote-ip) + Tiny extractor of remote user IP address, that handles reverse proxy. The `X-Forwarded-For` header is automatically parsed when the request comes from a defined proxy, to determine the real remote client IP Address.