dustinmoris / Firewall

ASP.NET Core middleware for IP address filtering.
Apache License 2.0
223 stars 35 forks source link

Support X-Forwarded-For #4

Closed cashwu closed 5 years ago

cashwu commented 5 years ago

Could support X-Forwarded-For Ip Address for Nginx forwarded in Linux platform?

dustinmoris commented 5 years ago

Doesn't this work: https://github.com/dustinmoris/Firewall#x-forwarded-for-http-header ?

cashwu commented 5 years ago

Hi @dustinmoris , sorry !! I miss this part. I will try it , thank you