-
-
Notifications
You must be signed in to change notification settings - Fork 487
Description
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 :)