From 1876f2d76ab3946f160f25018e904f1558de91f6 Mon Sep 17 00:00:00 2001 From: "tiago.ferreira" Date: Wed, 1 Apr 2026 23:24:19 +0000 Subject: [PATCH] Atualizar update_srv1.sh --- update_srv1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update_srv1.sh b/update_srv1.sh index 2043356..9775edf 100644 --- a/update_srv1.sh +++ b/update_srv1.sh @@ -5,7 +5,7 @@ wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/nftables.conf -O /etc/nftables.conf --no-check-certificate --no-cache 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 -systemctl restart netwoking +systemctl restart networking apt update apt install ssh -y systemctl restart ssh @@ -16,6 +16,7 @@ wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/isc-dhcp-server -O /etc/default/isc-dhcp-server --no-check-certificate --no-cache systemctl enable nftables +systemctl restart isc-dhcp-server #reboot #apt install bind9 -y