Closed foudfou closed 10 years ago
Merged on master. I just changed the syntax for ip/port by splitting it on 2 parameters : address and port This way we can specify the port without specifying the address (or the address without the port). Also the syntax address:port with a split on ":" is not really easy to implement keeping the support for IPv6 addresses.
Thanks for the pull request :)
No checking on the parameter is done. Feel free to adapt as needed.