|
|
|
|
|
by Gave4655
215 days ago
|
|
in normal you would do use this trick. but however new phones does not include the kernel module that helps you to modify the TTL using iptables iptables -t mangle -A PREROUTING -i "$INTERFACE" -j TTL --ttl-inc 1
iptables -t mangle -I POSTROUTING -o "$INTERFACE" -j TTL --ttl-inc 1
|
|