Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-27 16:17:12 +03:00
parent c880780e48
commit 4f00b91d55

View File

@ -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