Mageia Bugzilla – Attachment 13189 Details for
Bug 30197
Add Support for Steam Remote Play
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Add Steam Remote Play
0001-Adds-the-Steam-Remote-Play-ports.patch (text/plain), 1.23 KB, created by
John
on 2022-03-23 16:52:30 CET
(
hide
)
Description:
Add Steam Remote Play
Filename:
MIME Type:
Creator:
John
Created:
2022-03-23 16:52:30 CET
Size:
1.23 KB
patch
obsolete
>From fa635ade404864dabf1a6d2b1ff0adec5ec3485a Mon Sep 17 00:00:00 2001 >From: John Schneiderman <JohnMS@member.fsf.org> >Date: Wed, 23 Mar 2022 16:45:48 +0100 >Subject: [PATCH] Adds the Steam Remote Play ports. > >--- > lib/network/drakfirewall.pm | 6 ++++++ > lib/network/drakfirewall6.pm | 6 ++++++ > 2 files changed, 12 insertions(+) > >diff --git a/lib/network/drakfirewall.pm b/lib/network/drakfirewall.pm >index ed7200e3..75702c08 100644 >--- a/lib/network/drakfirewall.pm >+++ b/lib/network/drakfirewall.pm >@@ -140,6 +140,12 @@ my @all_servers = > ports => '990/tcp 999/tcp 5678/tcp 5679/udp 26675/tcp', > hide => 1, > }, >+ { >+ name => N_("Steam Remote Play"), >+ ports => '27031/udp 27036/udp 27036/tcp 27037/tcp', >+ hide => 1, >+ pkg => 'steam', >+ }, > ); > > my @ifw_rules = ( >diff --git a/lib/network/drakfirewall6.pm b/lib/network/drakfirewall6.pm >index 06daf25b..cf37f849 100644 >--- a/lib/network/drakfirewall6.pm >+++ b/lib/network/drakfirewall6.pm >@@ -141,6 +141,12 @@ my @all_servers = > ports => '990/tcp 999/tcp 5678/tcp 5679/udp 26675/tcp', > hide => 1, > }, >+ { >+ name => N_("Steam Remote Play"), >+ ports => '27031/udp 27036/udp 27036/tcp 27037/tcp', >+ hide => 1, >+ pkg => 'steam', >+ }, > ); > > my @ifw_rules = ( >-- >2.30.2 >
From fa635ade404864dabf1a6d2b1ff0adec5ec3485a Mon Sep 17 00:00:00 2001 From: John Schneiderman <JohnMS@member.fsf.org> Date: Wed, 23 Mar 2022 16:45:48 +0100 Subject: [PATCH] Adds the Steam Remote Play ports. --- lib/network/drakfirewall.pm | 6 ++++++ lib/network/drakfirewall6.pm | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/lib/network/drakfirewall.pm b/lib/network/drakfirewall.pm index ed7200e3..75702c08 100644 --- a/lib/network/drakfirewall.pm +++ b/lib/network/drakfirewall.pm @@ -140,6 +140,12 @@ my @all_servers = ports => '990/tcp 999/tcp 5678/tcp 5679/udp 26675/tcp', hide => 1, }, + { + name => N_("Steam Remote Play"), + ports => '27031/udp 27036/udp 27036/tcp 27037/tcp', + hide => 1, + pkg => 'steam', + }, ); my @ifw_rules = ( diff --git a/lib/network/drakfirewall6.pm b/lib/network/drakfirewall6.pm index 06daf25b..cf37f849 100644 --- a/lib/network/drakfirewall6.pm +++ b/lib/network/drakfirewall6.pm @@ -141,6 +141,12 @@ my @all_servers = ports => '990/tcp 999/tcp 5678/tcp 5679/udp 26675/tcp', hide => 1, }, + { + name => N_("Steam Remote Play"), + ports => '27031/udp 27036/udp 27036/tcp 27037/tcp', + hide => 1, + pkg => 'steam', + }, ); my @ifw_rules = ( -- 2.30.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30197
: 13189 |
13190