Skip to content

Instantly share code, notes, and snippets.

@tlightsky
Created October 21, 2016 09:17
Show Gist options
  • Save tlightsky/e84b0b4c83cd3422bf8e94dd055b2caf to your computer and use it in GitHub Desktop.
Save tlightsky/e84b0b4c83cd3422bf8e94dd055b2caf 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 &
@tlightsky
Copy link
Author

nohup socat -T 600 TCP4-LISTEN:8388,reuseaddr,fork TCP4:150.95.129.99:8388 >> socat8388.log 2>&1 &

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