Pointing domains

Good evening!

I wonder how to configure the domain name to point to my own server? e.g. Someone writes www.example.com and they come to myip:port.

I don’t know if this is true but I read that you do not specify port for domains, otherwise you have to type a url such as www.example.com:27015, which I don’t want.

If the above is true … I wonder how to set the router to send all the requests to my server, even though port is not specified at the request?

Best regards
Neo

Ports are defined implicitly.

When no port is specified, for URLs that start with http port 80 is used, while for https port 443 is used.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.