diff --git a/setup.sh b/setup.sh index 5a3e0ee..adf9445 100644 --- a/setup.sh +++ b/setup.sh @@ -270,8 +270,17 @@ sudo nmcli c modify "$CON_NAME" ipv4.method manual ipv4.addresses 10.0.252.1/24 # Configure dnsmasq for DHCP echo "Configuring dnsmasq..." sudo tee /etc/dnsmasq.conf > /dev/null <