Created
May 4, 2011 21:52
-
-
Save jsjohnst/956116 to your computer and use it in GitHub Desktop.
Opening firewall ports on a Palm Pre via the command line
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/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