Skip to content

Instantly share code, notes, and snippets.

@farneser
Last active November 1, 2024 12:30
Show Gist options
  • Save farneser/05dd2e4a4bf6935106f6e12387f1e822 to your computer and use it in GitHub Desktop.
Save farneser/05dd2e4a4bf6935106f6e12387f1e822 to your computer and use it in GitHub Desktop.
Change Arch TTL value

Change arch TTL in one command

sudo echo "net.ipv4.ip_default_ttl=65" > /etc/sysctl.d/99_default_ttl.conf

Check TTL value

sysctl --system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment