From 97d428d61d4bfbdd0ce603b1a11d1574033be2f9 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Wed, 22 Feb 2023 22:49:08 -0600 Subject: [PATCH] Added TODO file --- TODO.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..9aefe8b --- /dev/null +++ b/TODO.txt @@ -0,0 +1,9 @@ +1. Finish README.md + +2. Add command-line argument support: + 1. Specify IP version in arg + 2. Specify local hostname:port in arg (enclose in paranthesis if IPv6) + 3. Specify remote hostname:port in arg (enclose in paranthesis if IPv6) + 4. Try making every aspect of the program configurable via args + +3. Add support for configuration files, which can be specified via a command-line arg