Skip to content

TTL Configurable in GUI #709

@AnorBanantje

Description

@AnorBanantje

Hey, first thank you for nice app at last i can share my VPN connections.

Could you add to gui execution of command:?
iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65

I would like to have it configurable in settings as "Experimental Configure TTL" with description e.q.: Work only if in kernel is enabled NETFILTER_XT_TARGET_TTL

When i click "Wi-Fi hotspot" -> hotspot without using VPN is enabled
Then "swlan0" appeared -> when i click it hotspot with vpn is enabled and in this step i would like add execution iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65 when it is actived in "Experimental Configure TTL"

My kernel have it enabled and it work fine.
I can read my rule with:
sudo iptables -t mangle -L POSTROUTING -v

Configure TTL rule:
iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65

Remove TTL Rule:
sudo iptables -t mangle -D POSTROUTING -j TTL --ttl-set 65

Of course this is only Nice to have because i can it execute in termux :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions