Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENS support #3

Open
silverpill opened this issue Jan 13, 2022 · 2 comments
Open

ENS support #3

silverpill opened this issue Jan 13, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@silverpill
Copy link

Hi! Can PopuraDNS support resolution of ENS (Ethereum Name System) domains?

ENS doesn't officially support A or AAAA records but perhaps records of text type could be used instead.

@zhoreeq
Copy link
Member

zhoreeq commented Jan 15, 2022

Sure, it can.

I've experimented with ens coredns plugin before. It'd be nice to add, however, it pulls in a huge go-ethereum dependency and requires CGO enabling. Not cool.

Since not everybody would need that, maybe, ENS support could be added to a side branch. Or, add it to the master branch and add a "light" branch without the ENS plugin.

I'll think about it!

@zhoreeq zhoreeq added the enhancement New feature or request label Jan 15, 2022
@silverpill
Copy link
Author

Does it literally pull go-ethereum? 😮
The plugin description says it can be configured to connect to remote JSON-RPC endpoint as well. (This is not ideal, but could be acceptable in some situations.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants