From ce24831041f619c27a85401a12005fc5c189b0a6 Mon Sep 17 00:00:00 2001 From: "tiago.ferreira" Date: Sat, 25 Oct 2025 15:36:01 +0000 Subject: [PATCH] Atualizar update_srv1.sh --- update_srv1.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update_srv1.sh b/update_srv1.sh index 9e8dda6..ad5023c 100644 --- a/update_srv1.sh +++ b/update_srv1.sh @@ -1,8 +1,8 @@ #!/bin/bash -wget https://raw.githubusercontent.com/tmferreira-ti/ASOR/main/Confs/srv1/sysctl.conf -O /etc/sysctl.conf --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/sysctl.conf -O /etc/sysctl.conf --no-check-certificate --no-cache # wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache -wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/sysctl.conf -O /etc/nftables.conf --no-check-certificate --no-cache +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 @@ -38,4 +38,4 @@ echo "nameserver 172.17.0.2" >> /etc/resolv.conf chattr +i /etc/resolv.conf #systemctl restart named -#reboot +reboot