Hacker News new | ask | show | jobs
by chtitux 1944 days ago
When using an external service like this one, you have no guarantee:

- this service will last forever

- this service won't be acquired by someone else with evil intention and will never lie

Do not use this service. It has the power to steal your traffic.

1 comments

It’s also possible to run it yourself, as I point out elsewhere in the thread (complete with the Lua script to run the code).

To summarize:

  git clone https://git.sr.ht/~samiam/MaraDNS
  cd MaraDNS/deadwood-github/tools/coLunacyDNS
  make
  sudo cp coLunacyDNS /usr/local/bin
And the script to do the name-to-IP conversion is one of the examples included in the docs:

https://github.com/samboy/MaraDNS/blob/master/deadwood-githu...