this post was submitted on 22 Nov 2023
6 points (68.8% liked)

Asklemmy

43336 readers
1389 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Basically the title. Is it possible to host a blockchain based domain from peername.com/ using a vps? I do not want to host it on the ipfs. If it is possible how can i do it? Is it similar to hosting a normal domain?

top 3 comments
sorted by: hot top controversial new old
[โ€“] taladar 2 points 9 months ago

What is that supposed to achieve? It is just a domain, everything about it that matters is public anyway and if that company folds nobody will care what they promised you about their blockchain's contents over regular DNS.

[โ€“] [email protected] 2 points 9 months ago

Obligatory XKCD:

https://xkcd.com/2677/

So looking at their FAQ, their "DNS" is just a key-value pair (you can build this system yourself in an afternoon!). It looks like you can just enter an IP address as the value. So just enter the IP address of your VPS.

This would make your VPS not-censorship resistant or anonymous (the IP address is public and I can reach out to your provider among other things). Additionally, it would not be accessible by default on most browsers, because it's not a "real" DNS system.

Moreover, HTTPS would not work, and contrary to what you may believe from the project documentation, you are not protected from man-in-the-middle attacks. The arguments they make do not apply to your situation.

There may be other problems but that's all that comes to mind immediately. Hope that satisfies your curiosity!

[โ€“] [email protected] 1 points 9 months ago

Sure. All this blockchain based domains are just another DNS server. And DNS servers do nothing but match the domain name to a ip address. It's basically a hashmap. Every amateur can do it.