Very simple server for obtaining IP address. This program runs a TCP server which responds to every HTTP request with the IP address of the sender. It doesn't even check for valid HTTP and ignores all headers. OPTIONS --help - Display this help text and exit --addr - Set address to bind server on (default: 0.0.0.0) --port - Set port to host server on (default: 80) --max-connections - Set maximum number of simultaneous connections (default: 32) --timeout - Set timeout for requests, in seconds (default: 15) --version - Display version number and exit