Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firewalld/firewalld
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: alosarjos/firewalld
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 16, 2024

  1. feat(service): Add Steam local network transfers

    alosarjos committed May 16, 2024
    Copy the full SHA
    c61bd34 View commit details
Showing with 7 additions and 0 deletions.
  1. +7 −0 config/services/steam-local-transfer.xml
7 changes: 7 additions & 0 deletions config/services/steam-local-transfer.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Steam Local Network Game Transfers</short>
<description>Local network game transfers allow for Steam users to copy existing Steam game installation and update files from one PC to another over a local area network, without having to download and install from a Steam content server on the internet. This helps you stay below your ISP monthly transfer limits and can speed up installs or updates.</description>
<port protocol="tcp" port="27040"/>
<port protocol="udp" port="27031-27036"/>
</service>