From 4f00b91d55f88a31b494794c6399ed312e37dab6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 27 Jan 2024 16:17:12 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- host/make.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/host/make.sh b/host/make.sh index d99f76a..8a8b6a3 100644 --- a/host/make.sh +++ b/host/make.sh @@ -48,6 +48,10 @@ if xreadYes "# Install additional apps?" APPS ; then fi # Networking +# XXX need to: +# - bootstrap this +# - setup the gate and wireguard f +# - inalize if xreadYes "# Create bridges?" BRIDGES ; then xread "WAN port: " WAN_PORT xread "ADMIN port: " ADMIN_PORT @@ -61,6 +65,8 @@ if xreadYes "# Create bridges?" BRIDGES ; then # source command or at the end... # XXX + # XXX /etc/hosts + #@ ifupdown2 -a fi