mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
Ghost nit
This commit is contained in:
parent
0e4a3ed2d7
commit
a2d583dcd3
|
@ -26,7 +26,7 @@ Therefore, the best option to host a room is usually to use a VPS provider, such
|
||||||
### Port Forwarding
|
### Port Forwarding
|
||||||
Typically, routers have a unified public IP for all its network members, and by default external users cannot access any of the ports (as the router won't know which member to send it to!). Therefore, if you use a router for your Internet connection, you will need to configure `Port forwarding` for your router. Detailed configuration process varies by router brand and model. Obviously we cannot provide instructions for every model, and you can refer to your router's manual or website.
|
Typically, routers have a unified public IP for all its network members, and by default external users cannot access any of the ports (as the router won't know which member to send it to!). Therefore, if you use a router for your Internet connection, you will need to configure `Port forwarding` for your router. Detailed configuration process varies by router brand and model. Obviously we cannot provide instructions for every model, and you can refer to your router's manual or website.
|
||||||
|
|
||||||
<b>Forward port 24872 via the UDP, or TCP and UDP protocols.</b>
|
<b>Forward port 24872 via UDP, or both TCP and UDP. Don't forward only TCP.</b>
|
||||||
|
|
||||||
For VPSes, a similar restriction (often called `Security Groups`) exists to help keep your server safe from attacks using certain ports. You may need to manually enable the ports you want to use in your VPS's dashboard.
|
For VPSes, a similar restriction (often called `Security Groups`) exists to help keep your server safe from attacks using certain ports. You may need to manually enable the ports you want to use in your VPS's dashboard.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue