We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 196acc5 + e3c4e6e commit 443057aCopy full SHA for 443057a
README.md
@@ -39,6 +39,16 @@ Usage
39
This bundle registers a `bazinga_geocoder.geocoder` service which is an instance
40
of `Geocoder`. You'll be able to do whatever you want with it.
41
42
+**NOTE:** When using `Request::getClientIp()` with Symfony 2.1+, ensure you have a trusted proxy set in your
43
+`config.yml`:
44
+
45
+``` yaml
46
+# app/config/config.yml
47
+framework:
48
+ trusted_proxies: ['127.0.0.1']
49
+ # ...
50
+```
51
52
#### Killer Feature ####
53
54
You can fake the `REMOTE_ADDR` HTTP parameter through this bundle in order to get
0 commit comments