historical/no-limits-tmobile-tether.git/no-limits-tether-warp.sh

7 lines
182 B
Bash
Raw Normal View History

2024-01-16 17:20:27 +00:00
echo "Press enter once connected to hotspot."
read
echo Changing TTL and connecting to warp...
sudo iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65
warp-cli connect
echo Done.