Skip to content

Instantly share code, notes, and snippets.

@rbishop
Created April 17, 2014 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbishop/10986218 to your computer and use it in GitHub Desktop.
Save rbishop/10986218 to your computer and use it in GitHub Desktop.
OpenSSH iptables for Arch
iptables -A OUTPUT -t mangle -p tcp --dport 22 -j TOS --set-tos 0x00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment