Skip to content

Instantly share code, notes, and snippets.

@RafhaanShah
Created April 17, 2022 11:32
Show Gist options
  • Save RafhaanShah/87104d071068748a9ba5e95e3b8eb169 to your computer and use it in GitHub Desktop.
Save RafhaanShah/87104d071068748a9ba5e95e3b8eb169 to your computer and use it in GitHub Desktop.
Open ports dynamically using upnp
#!/bin/sh
upnpc -i -d 12345 UDP
#!/bin/sh
upnpc -i -m br0 -e DESCRIPTION -r 12345 UDP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment