Skip to content

Instantly share code, notes, and snippets.

@sonnd08
Created February 3, 2024 11:59
Show Gist options
  • Save sonnd08/ea266a72183a9696f016c55e525f5f97 to your computer and use it in GitHub Desktop.
Save sonnd08/ea266a72183a9696f016c55e525f5f97 to your computer and use it in GitHub Desktop.
Unlimited Wintel hotspot
[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