• 0 Posts
  • 2 Comments
Joined 11 months ago
cake
Cake day: October 17th, 2023

help-circle
  • Hum, then I am missing something because portzilla is just a reverse proxy by the look of it

    This mean:

    • you need to use http (games and ftp don’t)

    Or

    • you have multiple IPs (one per sub domain if I want to go with the examples from portzilla).

    I assumed OP was in IPV4 and only has one IP.

    Just to be sure from my other assumptions (kinda ELI5)

    • DNS doesn’t exist on the transport layer. It is converted to an IP and your computer just try to connect to that IP. So whatever DNS you use, if they point to the same IP you have no way to distinguish from what “DNS” they want to go.

    This is how networking works. Only with IP, no DNS.

    • some applications (http), added support for DNS. When the user type a DNS, even if your computer still use IP to reach the server, the browser will introduce itself by telling the server the DNS it tried to reach.