port 8080 for speedtest.net testing

nice for benchmakrs and triggering obscure bugs
This commit is contained in:
Remy 2022-01-31 21:18:09 -05:00
parent 582b0752b3
commit 1a5a832618

2
iptables_utils/tcp.sh Normal file → Executable file

@ -1,7 +1,7 @@
#!/bin/bash
echo "Routing packets to nfqueue...";
sudo iptables -t raw -A PREROUTING -p tcp --tcp-flags PSH,ACK PSH,ACK --source-port 9999 -j NFQUEUE --queue-num 0
sudo iptables -t raw -A PREROUTING -p tcp --tcp-flags PSH,ACK PSH,ACK --source-port 8080 -j NFQUEUE --queue-num 0
while true
do