historical/no-limits-tmobile-tether.git/no-limits-tether-warp.sh
2024-01-16 11:20:27 -06:00

6 lines
182 B
Bash

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.