-
-
Save BH1SCW/7214b2807a81e9fafae4f19256ed18b0 to your computer and use it in GitHub Desktop.
mosh-nat-server.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
RELAY="$1" | |
PORT="$2" | |
echo -n 'nat-hole-punch' | socat STDIN "UDP-SENDTO:$RELAY:$PORT,sourceport=$PORT" | |
mosh-server new -p "$PORT" | sed -n 's/MOSH CONNECT [0-9]\+ \(.*\)$/\1/g p' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment