Skip to content

Instantly share code, notes, and snippets.

@jsjohnst
Created May 4, 2011 21:52
Show Gist options
  • Save jsjohnst/956116 to your computer and use it in GitHub Desktop.
Save jsjohnst/956116 to your computer and use it in GitHub Desktop.
Opening firewall ports on a Palm Pre via the command line
#!/bin/bash
luna-send -n 1 palm://com.palm.firewall/portCtrl '{ "label": "pdlportT_8
080", "protocol": "TCP", "port": 8080, "isDestinationPort": true, "isEnabled": true }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment