Skip to content

Instantly share code, notes, and snippets.

@tlightsky
Created October 21, 2016 09:18
Show Gist options
  • Save tlightsky/02e10e975477d62f8810a6dc31dc0b9d to your computer and use it in GitHub Desktop.
Save tlightsky/02e10e975477d62f8810a6dc31dc0b9d to your computer and use it in GitHub Desktop.
socat
nohup socat -T 600 UDP4-LISTEN:500,reuseaddr,fork UDP4:150.95.129.99:500 >> socat500.log 2>&1 &
nohup socat -T 600 UDP4-LISTEN:4500,reuseaddr,fork UDP4:150.95.129.99:4500 >> socat4500.log 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment