Skip to content

Instantly share code, notes, and snippets.

@jsleetw
Created December 20, 2013 05:21
Show Gist options
  • Save jsleetw/8050688 to your computer and use it in GitHub Desktop.
Save jsleetw/8050688 to your computer and use it in GitHub Desktop.
disband all interface send_redirects && accept_redirects
echo 0 | tee /proc/sys/net/ipv4/conf/*/send_redirects
echo 0 | tee /proc/sys/net/ipv4/conf/*/accept_redirects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment