Skip to content

Instantly share code, notes, and snippets.

@ww898
Created February 9, 2020 17:13
Show Gist options
  • Save ww898/ede4bf1368c5a2be84c225c7720c54a1 to your computer and use it in GitHub Desktop.
Save ww898/ede4bf1368c5a2be84c225c7720c54a1 to your computer and use it in GitHub Desktop.
Set TTL for Beeline
@echo off
netsh int ipv4 set glob defaultcurhoplimit=65
netsh int ipv6 set glob defaultcurhoplimit=65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment