Endpoints, ports, and going public
Track A promised that players connect, but a fresh server only ever let you connect from your own machine. This lesson teaches the network path a stranger's game has to travel to reach you: the listening endpoint, the single port 30120 on both TCP and UDP, the router that forwards it, and the firewall that lets it through. You build the cfg block and then prove it works by having a friend connect to your public IP.
Build it
Make a config resource folder
Keeping network settings in their own file makes them easy to find and copy between servers. Inside your server's resources folder, create this folder:
resources/qu_server_cfg_endpoints_ports