From af16284921b65f92601279001531862d1c80cee7 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 29 Aug 2025 04:25:57 -0400 Subject: Initial commit (v. 0.1.0) --- README.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..949d9b3 --- /dev/null +++ b/README.txt @@ -0,0 +1,13 @@ +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 -- cgit v1.2.3