How do you do this on a rooted phone? The solutions I looked at involved editing some files (I can't remember which) but it didn't work.
I think these commands should route tethered devices' traffic into the phone's default VPN:
iptables -t filter -F FORWARD iptables -t nat -F POSTROUTING iptables -t filter -I FORWARD -j ACCEPT iptables -t nat -I POSTROUTING -j MASQUERADE
But I have no way of testing this.
@Emyr started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
How do you do this on a rooted phone? The solutions I looked at involved editing some files (I can't remember which) but it didn't work.