Skip to content

Instantly share code, notes, and snippets.

@jbosboom
Created July 13, 2026 16:21
Show Gist options
  • Select an option

  • Save jbosboom/a3a96da0a40e0301eb327d9b30546f6d to your computer and use it in GitHub Desktop.

Select an option

Save jbosboom/a3a96da0a40e0301eb327d9b30546f6d to your computer and use it in GitHub Desktop.
ufw application profile for Steam local network game transfers
[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
@jbosboom

Copy link
Copy Markdown
Author

This is an application profile for ufw ("uncomplicated firewall"). Install it in /etc/ufw/applications.d, then run ufw allow SteamTransfer.

See also ufw's man page section on application profiles and the Steam support page on local network game transfers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment