Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/bash
- sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 &&
- sysctl -w net.ipv6.conf.default.disable_ipv6=1 &&
- sysctl -w net.ipv6.conf.lo.disable_ipv6=1 &&
- iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement