Skip to content

Instantly share code, notes, and snippets.

@ernstki
Last active April 19, 2026 06:43
Show Gist options
  • Select an option

  • Save ernstki/fe764d38042e34bbb6c397ace41d96f4 to your computer and use it in GitHub Desktop.

Select an option

Save ernstki/fe764d38042e34bbb6c397ace41d96f4 to your computer and use it in GitHub Desktop.
Useful ufw application profiles
# /etc/ufw/applications.d/barrier
[Barrier]
title=Barrier KVM
description=Barrier allows sharing a mouse and keyboard over the LAN
# source: https://help.symless.com/hc/en-us/articles/35716657396113-What-ports-does-Synergy-use
ports=24800/tcp
# vim: ft=ini
# /etc/ufw/applications.d/lyrionmusicserver
[LMS]
title=Lyrion Music Server
description=The Lyrion media server software (formerly Logitech Media Server)
# source: https://superuser.com/a/1442386
# > 9000 TCP: Web GUI
# > 9090 TCP: CLI (for example used by Android app Squeezer)
# > 3483 TCP: Physical Squeezebox (and UDP)
# > 31337: I am not sure about this one. It seems to be a port for firmware
# > updates from the server to the client and not necessary.
ports=3483,9000,9090/tcp|3483/udp
# vim: ft=ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment