This solution can't work because there is no TTL-SET in iptables on android.
iptables v1.8.7 (legacy): unknown option "--ttl-set"
moreover, setting TTL to 65 might work but is incorrect. TTL should be just increaded by 1.
My solution:
I patch the kernel so TTL is not decreased when forwarding.
As of now only a few phones are supported, but it works perfectly:
https://github.com/Zibri/ttl_fix/releases/tag/V3
This solution can't work because there is no TTL-SET in iptables on android.
iptables v1.8.7 (legacy): unknown option "--ttl-set"moreover, setting TTL to 65 might work but is incorrect. TTL should be just increaded by 1.
My solution:
I patch the kernel so TTL is not decreased when forwarding.
As of now only a few phones are supported, but it works perfectly:
https://github.com/Zibri/ttl_fix/releases/tag/V3