Chris Fidao
Chris Fidao
If you want to make a PR for that, I'm happy to accept it for those using older Laravel! (Laravel 9+ doesn't use this repo)
(Would that be this PR? I could see this one MAYBE being a breaking change for those relying on it getting the IP?)
Take the Vagrantfile from tag 1.1.0 instead of master for now On Thursday, October 2, 2014, Rodrigo Cruz [email protected] wrote: > The file base_box_optimizations.sh is not available in the 1.1.0...
@HDVinnie I'm not really sure! What I would suggest doing is creating a test route that dumps out `$_SERVER` so you can see exactly what PHP is seeing when run...
@HDVinnie the hostname `demo.org` seems suspect, right? I'm also not entirely sure how IPv6 is handled vs ipv4. **What IP do you see under `REMOTE_ADDR` ?** https://github.com/laravel/framework/blob/63ca843643e86fb69efc901051ae079c89a7fd09/src/Illuminate/Http/Middleware/TrustProxies.php#L85
@Sladewill I'm not sure what you mean! In Laravel 9, this project has been pulled into the core of Laravel. This package therefore isn't needed. Am I missing what you...
I don't have time to maintain this anymore, so while I can tag this for you, you can also just implement it yourself. It's almost literally just adding a middleware...
> As per @Sladewill's request, please tag a new release that supports using this package independently with Laravel v9 I actually don't understand how I could accomplish this. I'd have...
Made another release: https://github.com/fideloper/TrustedProxy/releases/tag/4.4.2 Let me know if you hit issues!
Thanks! Those changes might break Laravel, but I can try it out.