Changes between Initial Version and Version 1 of Ticket #92, comment 3
- Timestamp:
- 14.09.2011 03:51:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #92, comment 3
initial v1 3 3 It should work now. 4 4 5 If you want restrict proxy access to localhost you should change the `dm4.proxy.net.filter` setting in `./pom.xml` to `::1/128`. 5 If you have IPv6 enabled you must specify the `dm4.proxy.net.filter` setting in `./pom.xml` in IPv6 notation as well, e.g. `::1/128` instead of `127.0.0.1/32` 6 (otherwise proxy requests will fail. See error messages in the terminal log). 7 8 For the binary distribution (not yet released) the setting is found `./conf/config.properties` 6 9 7 10 See ticket 92.