From 61e8102c6d2d646950a5167ce194428b53f9a912 Mon Sep 17 00:00:00 2001 From: tmferreira-ti <163651394+tmferreira-ti@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:37:48 -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 fe0550f..b8f858d 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/raw/branch/main/Router/sysctl.conf -O /etc/sysctl.conf --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/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/raw/branch/main/Router/nftables.conf -O /etc/nftables.conf --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/raw/branch/main/Router/nftables.conf -O /etc/nftables.conf --no-check-certificate --no-cache systemctl enable nftables