root/trunk/lib/picolena/config/white_list_ip.yml
| Revision 84, 365 bytes (checked in by eric.dumin..@gmail.com, 9 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | # Only localhost is allowed by default, any request coming from another IP will get rejected. |
| 2 | # You can either add an IP address to the list: |
| 3 | # - 192.168.0.37 |
| 4 | # or an IP address range: |
| 5 | # - 192.168.0. |
| 6 | # that will match any IP address whose first octets are 192.168.0 |
| 7 | # If you want to allow everybody, just write: |
| 8 | # Allow: |
| 9 | # - all |
| 10 | Allow: |
| 11 | - 127.0.0.1 |
| 12 | - 0.0.0.0 |
Note: See TracBrowser for help on using the browser.
