From a2e7ca5fa997b47d60512942953e231c4fc2d003 Mon Sep 17 00:00:00 2001 From: "tiago.ferreira" Date: Sat, 25 Oct 2025 15:47:37 +0000 Subject: [PATCH] Atualizar update_srv2.sh --- update_srv2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_srv2.sh b/update_srv2.sh index 7a45e60..b5ff0e1 100644 --- a/update_srv2.sh +++ b/update_srv2.sh @@ -10,11 +10,11 @@ wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv #done sed -i 's/^#PermitRootLogin\s\+prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config systemctl restart networking -#apt install bind9 -y +apt install bind9 -y #wget https://github.com/tmferreira-ti/ASOR/raw/refs/heads/main/Confs/srv2/dns/named.conf.options -O /etc/bind/named.conf.options -#wget https://github.com/tmferreira-ti/ASOR/raw/refs/heads/main/Confs/srv2/dns/named.conf.local -O /etc/bind/named.conf.local --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv2/dns/named.conf.local -O /etc/bind/named.conf.local --no-check-certificate --no-cache #apt update