Created
July 13, 2026 16:21
-
-
Save jbosboom/a3a96da0a40e0301eb327d9b30546f6d to your computer and use it in GitHub Desktop.
ufw application profile for Steam local network game transfers
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 characters
| [SteamTransfer] | |
| title=Steam local network game transfers | |
| description=Allows Steam to copy games from local computers instead of downloading from the Internet | |
| ports=27040/tcp|27031:27036/udp |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an application profile for ufw ("uncomplicated firewall"). Install it in
/etc/ufw/applications.d, then runufw allow SteamTransfer.See also ufw's man page section on application profiles and the Steam support page on local network game transfers.