Skip to content

Instantly share code, notes, and snippets.

@AlexBaldman
Forked from 1mike12/Fast tethering.md
Created July 1, 2020 01:46
Show Gist options
  • Save AlexBaldman/dae59a3e9cb471e7f52dd41139e2a4bb to your computer and use it in GitHub Desktop.
Save AlexBaldman/dae59a3e9cb471e7f52dd41139e2a4bb to your computer and use it in GitHub Desktop.
fast hotstop tethering

on android

adb shell

settings put global tether_dun_required 0

restart device

Changing TTL

MacOS

My OS on high sierra didn't have the file needed so create it first. Otherwise just add the line

touch /etc/sysctl.conf

In sysctl.conf net.inet.ip.ttl=65

I think restart is needed. Or, temporarily change TTL sudo sysctl -w net.inet.ip.ttl=65

Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment