Advertisement
Guest User

Untitled

a guest
May 27th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ```
  2. [plexmediaserver]
  3. title=Plex Media Server
  4. description=The Plex Media Server is smart software that makes playing Movies, TV Shows and other media on your computer simple
  5. ports=32400/tcp|1900/udp|32469/udp|5353/udp
  6.  
  7. [sonarr]
  8. title=Sonarr
  9. description=Sonarr is a PVR for Usenet and BitTorrent users
  10. ports=8989/tcp|8989/udp
  11.  
  12. [radarr]
  13. title=Radarr
  14. description=Radarr is an independent fork of Sonarr reworked for automatically downloading movies via Usenet and BitTorrent.
  15. ports=7878/tcp|7878/udp
  16.  
  17. [nzbget]
  18. title=NzbGet
  19. description=NZBGet is a binary downloader, which downloads files from Usenet based on information given in nzb-files.
  20. ports=6789/tcp|6789/udp
  21.  
  22. [deluge]
  23. title=Deluge
  24. description=Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
  25. ports=8112/tcp|8112/udp
  26. ```
  27. Once you have defined your application file, put it in /etc/ufw/applications.d, then tell ufw to reload the application definitions with
  28. ```
  29. ufw app update plexmediaserver
  30. ufw app info plexmediaserver
  31. ```
  32. Use it with something like:
  33. ```
  34. ufw allow plexmediaserver
  35. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement