rename files to prevent conflict when flattened
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user