Created
September 11, 2016 20:33
-
-
Save jefferymiller/310d4be8abe0c3783a2328f7b9d8690a to your computer and use it in GitHub Desktop.
Steam link firewalld config file. Place in /etc/firewalld/services.
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
<?xml version="1.0" encoding="utf-8"?> | |
<service version="1"> | |
<short>steamlink</short> | |
<description>Server side to allow steam link in home streaming to be able to connect.</description> | |
<port protocol="udp" port="27031"/> | |
<port protocol="tcp" port="27036"/> | |
<port protocol="tcp" port="27031"/> | |
<port protocol="udp" port="27036"/> | |
<protocol value="tcp"/> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment