From 55844804612c235520827c2715f06792ebe01871 Mon Sep 17 00:00:00 2001 From: "tiago.ferreira" Date: Tue, 23 Sep 2025 22:51:25 +0000 Subject: [PATCH] Atualizar update_srv1.sh --- update_srv1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_srv1.sh b/update_srv1.sh index 3b0122d..db9526b 100644 --- a/update_srv1.sh +++ b/update_srv1.sh @@ -6,8 +6,8 @@ wget https://raw.githubusercontent.com/tmferreira-ti/ASOR/main/Confs/srv1/nftabl #sed -i s'/enp0s8/enp0s3/g' /usr/local/bin/sync-update #wget https://raw.githubusercontent.com/tmferreira-ti/SSORI/refs/heads/main/configs/sshd_config -O /etc/ssh/sshd_config --no-check-certificate --no-cache -#apt install isc-dhcp-server -y -#wget https://raw.githubusercontent.com/tmferreira-ti/ASOR/refs/heads/main/Confs/srv1/dhcpd.conf -O /etc/dhcp/dhcpd.conf --no-check-certificate --no-cache +apt install isc-dhcp-server -y +wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/dhcpd.conf -O /etc/dhcp/dhcpd.conf --no-check-certificate --no-cache #wget https://raw.githubusercontent.com/tmferreira-ti/ASOR/refs/heads/main/Confs/srv1/isc-dhcp-server -O /etc/default/isc-dhcp-server --no-check-certificate --no-cache systemctl enable nftables