From fa005bdd9403969548d7693bf9f10bf4cac6c3c1 Mon Sep 17 00:00:00 2001 From: tmferreira-ti <163651394+tmferreira-ti@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:34:36 -0300 Subject: [PATCH] Update router.sh --- router.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/router.sh b/router.sh index 11e91bb..fe0550f 100644 --- a/router.sh +++ b/router.sh @@ -5,9 +5,9 @@ sleep 5 wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/raw/branch/main/Router/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache -wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/src/branch/main/Router/sysctl.conf -O /etc/sysctl.conf --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/src/raw/branch/main/Router/sysctl.conf -O /etc/sysctl.conf --no-check-certificate --no-cache -wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/src/branch/main/Router/nftables.conf -O /etc/nftables.conf --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/src/raw/branch/main/Router/nftables.conf -O /etc/nftables.conf --no-check-certificate --no-cache systemctl enable nftables