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
Heya, this project looks great so gave it a shot, tossed it behind a reverse proxy and turns out it doesn't grab the correct IP - less than ideal. Just wondering if those headers could be checked as well instead of just relying on RemoteAddr
The text was updated successfully, but these errors were encountered:
Hey! Yes, sure, this is absolutely possible. Take a look: https://github.com/9seconds/topographer/blob/master/main.go#L68-L82 an instance of Topographer is http.Handler so if you use it as a library, you can already wrap it in some middleware. But CLI app does not have it, you are right. I'll implement it this week.
Heya, this project looks great so gave it a shot, tossed it behind a reverse proxy and turns out it doesn't grab the correct IP - less than ideal. Just wondering if those headers could be checked as well instead of just relying on RemoteAddr
The text was updated successfully, but these errors were encountered: