5 lines
131 B
Bash
5 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
|