-
-
Save bastos/00cc25f0e48361b81f74ab7cc8278eef to your computer and use it in GitHub Desktop.
Revisions
-
nmaggioni revised this gist
Mar 11, 2017 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -19,10 +19,9 @@ ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp|1900/udp|32469/tcp Once you have defined your application file tell ufw to reload the application definitions with: ``` ufw app update plexmediaserver ``` Use it with: ``` ufw allow plexmediaserver-all ``` -
nmaggioni revised this gist
Mar 11, 2017 . 2 changed files with 28 additions and 16 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,16 +0,0 @@ This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ `/etc/ufw/applications.d/plexmediaserver` ``` [plexmediaserver] title=Plex Media Server (Standard) description=The Plex Media Server ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp [plexmediaserver-dlna] title=Plex Media Server (DLNA) description=The Plex Media Server (additional DLNA capability only) ports=1900/udp|32469/tcp [plexmediaserver-all] title=Plex Media Server (Standard + DLNA) description=The Plex Media Server (with additional DLNA capability) ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp|1900/udp|32469/tcp ``` Once you have defined your application file tell ufw to reload the application definitions with: ``` ufw app update plexmediaserver ufw app info plexmediaserver ``` Use it with: ``` ufw allow plexmediaserver ``` -
andrey-str revised this gist
Mar 24, 2016 . No changes.There are no files selected for viewing
-
andrey-str revised this gist
Sep 9, 2015 . 1 changed file with 1 addition and 10 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,24 +1,15 @@ ``` [plexmediaserver] title=Plex Media Server description=The Plex Media Server is smart software that makes playing Movies, TV Shows and other media on your computer simple ports=32400/tcp|1900/udp|32469/udp|5353/udp ``` Once you have defined your application file, put it in /etc/ufw/applications.d, then tell ufw to reload the application definitions with ``` ufw app update plexmediaserver ufw app info plexmediaserver ``` Use it with something like: ``` ufw allow from 192.168.1.10 to any app plexmediaserver ufw allow plexmediaserver -
andrey-str created this gist
Sep 9, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ ``` [plexmediaserver] title=Plex Media Server description=The Plex Media Server is smart software that makes playing Movies, TV Shows and other media on your computer simple ports=32400/tcp|1900/udp|32469/udp|5353/udp ``` Once you have defined your application file, put it in ```/etc/ufw/applications.d```, then tell ufw to reload the application definitions with ``` ufw app update plexmediaserver ufw app info plexmediaserver ``` Use it with something like: ``` ufw allow from 192.168.1.10 to any app plexmediaserver ufw allow plexmediaserver ```