diff --git a/infrastructure/graduated/arch/README.md b/infrastructure/graduated/arch/arch-base.md similarity index 100% rename from infrastructure/graduated/arch/README.md rename to infrastructure/graduated/arch/arch-base.md diff --git a/infrastructure/graduated/arch/workstation.md b/infrastructure/graduated/arch/arch-workstation.md similarity index 100% rename from infrastructure/graduated/arch/workstation.md rename to infrastructure/graduated/arch/arch-workstation.md diff --git a/infrastructure/graduated/arch/gaming.md b/infrastructure/graduated/arch/gaming.md index 5abf700..1416f75 100644 --- a/infrastructure/graduated/arch/gaming.md +++ b/infrastructure/graduated/arch/gaming.md @@ -10,6 +10,7 @@ - [FSR](#fsr) - [Sunshine and Moonlight](#sunshine-and-moonlight) - [Install Sunshine](#install-sunshine) + - [Ports](#ports) - [Install Moonlight](#install-moonlight) - [Flatpak](#flatpak) - [Commands](#commands) @@ -185,6 +186,29 @@ wget https://github.com/LizardByte/Sunshine/releases/latest/download/sunshine.pk pacman -U --noconfirm sunshine.pkg.tar.zst ``` +#### Ports + +HTTPS: 47984 TCP (offset by -5 from the main port) +HTTP: 47989 TCP (the main port) +Web: 47990 TCP (offset by +1 from the main port) +RTSP: 48010 TCP/UDP (offset by +21 from the main port) +Video: 47998 UDP (offset by +9 from the main port) +Control: 47999 UDP (offset by +10 from the main port) +Audio: 48000 UDP (offset by +11 from the main port) +Mic (unused): 48002 UDP (offset by +13 from the main port) + +TCP: 47984, 47989, 48010 +UDP: 47998-48000, 48002, 48010 + +```bash +ufw allow 47984/tcp +ufw allow 47989/tcp +ufw allow 48010/tcp +ufw allow 47998-48000/udp +ufw allow 48002/udp +ufw allow 48010/udp +``` + ### Install Moonlight #### Flatpak