Skip to content

Instantly share code, notes, and snippets.

@TheSalarKhan
Created January 11, 2021 14:16
Show Gist options
  • Save TheSalarKhan/3cc8e61ee303cc032f4b62021722f3aa to your computer and use it in GitHub Desktop.
Save TheSalarKhan/3cc8e61ee303cc032f4b62021722f3aa to your computer and use it in GitHub Desktop.
Command to set DSCP flag on outgoing UDP packets
# iptable command to set DSCP flag on outgoing udp packets
iptables -t mangle -A OUTPUT -p udp -j DSCP --set-dscp-class ef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment