4 lines
131 B
Bash
4 lines
131 B
Bash
echo "Press enter once connected to hotspot."
|
|
read
|
|
echo Changing TTL...
|
|
sudo iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65
|