Created
February 3, 2024 11:59
-
-
Save sonnd08/ea266a72183a9696f016c55e525f5f97 to your computer and use it in GitHub Desktop.
Unlimited Wintel hotspot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[https://www.youtube.com/watch?v=Fg8ozoP0uI8&ab\_channel=MikrotikVietNam%28MVN%29](https://www.youtube.com/watch?v=Fg8ozoP0uI8&ab_channel=MikrotikVietNam%28MVN%29) | |
Window | |
``` | |
netsh int ipv4 set glob defaultcurhoplimit=65 | |
netsh int ipv6 set glob defaultcurhoplimit=65 | |
ping 127.0.0.1 | |
``` | |
Mac | |
``` | |
sudo sysctl net.inet.ip.ttl=65 | |
ping localhost | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment