Skip to content

Instantly share code, notes, and snippets.

@Apihplays
Created June 14, 2021 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Apihplays/e9ce26779b7cce488ba3e4ee189d80f8 to your computer and use it in GitHub Desktop.
Save Apihplays/e9ce26779b7cce488ba3e4ee189d80f8 to your computer and use it in GitHub Desktop.
default TTL ipv4 and default hop limit ipv6. Usefull for me that using mobile data with unlimited internet but with quota hotspot , this setting bypass the quota limitation for the linux distro or android phone or anything that using linux kernel .
net.ipv4.ip_default_ttl=65
net.ipv6.conf.all.hop_limit=65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment