From ac2d73a8675d1fffc547b32fc108035d86f60b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 18 Feb 2024 06:36:15 +0000 Subject: Delete site directory --- site/download/torando.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 site/download/torando.sh (limited to 'site/download/torando.sh') diff --git a/site/download/torando.sh b/site/download/torando.sh deleted file mode 100644 index 7c74f57..0000000 --- a/site/download/torando.sh +++ /dev/null @@ -1,5 +0,0 @@ - sudo iptables -t nat -A OUTPUT -p tcp -m owner --uid-owner USERAQUI -m tcp -j REDIRECT --to-ports 9040 - sudo iptables -t nat -A OUTPUT -p udp -m owner --uid-owner USERAQUI -m udp --dport 53 -j REDIRECT --to-ports 53 - sudo iptables -t filter -A OUTPUT -p tcp -m owner --uid-owner USERAQUI -m tcp --dport 9040 -j ACCEPT - sudo iptables -t filter -A OUTPUT -p udp -m owner --uid-owner USERAQUI -m udp --dport 53 -j ACCEPT - sudo iptables -t filter -A OUTPUT -m owner --uid-owner USERAQUI -j DROP -- cgit v1.2.3