This commit is contained in:
Patrick 2024-11-18 20:18:51 +01:00
parent 8bd494e2e9
commit ec0e0436e4
2 changed files with 3 additions and 2 deletions

View file

@ -14,3 +14,5 @@ subnet 192.168.1.0 netmask 255.255.255.0 { \
}"
echo -e "$config" | sudo tee /etc/dhcp/dhcpd.conf >/dev/null
systemctl enable isc-dhcp-server --now

View file

@ -2,5 +2,4 @@
sudo apt update
sudo apt install -y nginx
sudo systemctl start nginx
sudo systemctl enable nginx
sudo systemctl enable nginx --now