You don’t “use” the domain for reverse proxy but a server. Where the server is located matters. While you can get a domain and a server from the same hoster both still are different things.
Think of a telephone number (domain) and a phone (server).
Comment on How much does it matter where my domain registrar is located?
LunchEnjoyer@lemmy.world 1 year agoInteresting, I was hesitating about this. So if I register a domain and use it for reverse proxy with ssl and all. At no point does it traffic to the registrar or other part?
I am really not familiar with how domains work behind the scene, so apologies if its a dumb question.
You don’t “use” the domain for reverse proxy but a server. Where the server is located matters. While you can get a domain and a server from the same hoster both still are different things.
Think of a telephone number (domain) and a phone (server).
Thanks for the analogy 👌
Correct, the registrar simply holds the domain for you, and points it to whatever DNS service you use.
doeknius_gloek@feddit.de 1 year ago
No, the registrar just registers the domain for you (duh). You can then change the DNS recods for this domain and these records will propagate to other DNS servers all around the world. Your clients will use some of these DNS servers to lookup the IP address of your server and then connect to this IP.
The traffic between your clients and server has nothing to do with your domain registrar.
LunchEnjoyer@lemmy.world 1 year ago
Ahhhh i see know, thanks for the explanation!