Good evening Forum, I would like to ask you how I can change ttl to endevaourOS since I can not remove the restriction on distribution from my cell phone only on this operating system. I know how to change ttl on Arch Linux but no idea how to do it on endevaourOS.
You can modify TTL on EndeavourOS the same way as described in the link you posted, by modifying /etc/sysctl.conf
, or by creating a drop-in file in /etc/sysctl.d
.
net.ipv4.ip_default_ttl = YOUR_DESIRED_TTL
After editing the file, apply the changes with sudo sysctl -p
. https://man.archlinux.org/man/sysctl.8
2 Likes