Skip to content

Instantly share code, notes, and snippets.

@voodootikigod
Created August 4, 2010 14:21
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voodootikigod/508200 to your computer and use it in GitHub Desktop.
Save voodootikigod/508200 to your computer and use it in GitHub Desktop.
#!/bin/sh
dns-sd -P "Home iTunes" _daap._tcp local 3689 localhost 127.0.0.1 "Arbitrary text record" &
PID=$!
ssh -C -N -L 3689:localhost:3689 user@host.dyndns.org
kill $PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment