* Added to-do list to nns.sh.
authorUrban Wallasch <urban.wallasch@freenet.de>
Sun, 21 Apr 2019 20:21:11 +0000 (22:21 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sun, 21 Apr 2019 20:21:11 +0000 (22:21 +0200)
nns.sh

diff --git a/nns.sh b/nns.sh
index d1d92179d8b47d0883ab902a49a7742633ac4930..ebc2b225d81a007782f6688efb5080892d20b8ec 100755 (executable)
--- a/nns.sh
+++ b/nns.sh
@@ -5,6 +5,30 @@
 # placed
 #
 
+###############################
+#
+# TODO:
+# -----
+#
+# * Replace legacy tool invocations by `ip` incantations.
+#
+# * Outsource configuration to sourceable script fragment.
+#
+# * Add config options to specify guest network and gw/bridge IP.
+#   (Run dhclient to obtain bridge IP, if none was specified?)
+#
+# * Add config option(s) to specify name server(s).
+#
+# * Add config option to disable IP forwarding on stop?
+#
+# * Add "run" command to start a process in already existing namespace
+#   via `ip netns exec`.
+#
+# * Fix or remove obsolete comments.
+#
+###############################
+
+
 set -x
 
 # It will open an xterm window in the new network namespace; if anything