diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-18 06:28:49 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-18 06:28:49 +0000 |
commit | 4f5ad6a7af15a43e1469e994618e24c623177359 (patch) | |
tree | 90d29a270758a899a07fce1935103eb48663587f /site/download/torando.sh | |
parent | 80eabade58e7d95c26b55b7b2dccc10092521f7d (diff) |
Add files via upload
Diffstat (limited to 'site/download/torando.sh')
-rw-r--r-- | site/download/torando.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/download/torando.sh b/site/download/torando.sh new file mode 100644 index 0000000..7c74f57 --- /dev/null +++ b/site/download/torando.sh @@ -0,0 +1,5 @@ + 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 |