Skip to content

Commit 33b719e

Browse files
committed
Update cyberblackbox_install.sh
1 parent 7775559 commit 33b719e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cyberblackbox_install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ ufw disable
3838
#ip route add default gateway via 192.168.1.1
3939
#echo "nameserver 192.168.1.1" >> /etc/resolv.conf
4040

41-
#Route DNS traffic to netsed
42-
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j REDIRECT --to-port 6969
41+
#Route traffic to netsed
42+
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 6969 -j REDIRECT --to-port 1337
4343

4444
#Straight route web traffic to mitmproxy no pipe
4545
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 80 -j REDIRECT --to-port 8080

0 commit comments

Comments
 (0)