diff --git a/router.sh b/router.sh index 61ba3d3..2b03555 100644 --- a/router.sh +++ b/router.sh @@ -1,3 +1,8 @@ #!/bin/bash -echo "Router, PISRC ok!" +#!/bin/bash +wget https://git.tmferreira.tec.br/tiago.ferreira/PISRC/raw/branch/main/sysctl.conf -O /etc/sysctl.conf --no-check-certificate --no-cache +# +wget https://git.tmferreira.tec.br/tiago.ferreira/PISRC/raw/branch/main/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/PISRC/raw/branch/main/nftables.conf -O /etc/nftables.conf --no-check-certificate --no-cache +reboot