文件名称:dns-to-ens:使用我们的dns服务器在浏览器中解析* .eth域
文件大小:7KB
文件格式:ZIP
更新时间:2024-02-24 13:50:53
dns ethereum ipfs ens IPFSJavaScript
介绍 基于简单Node DNS Server代理 跑步 本地运行 建立项目 npm install 启动服务器 npm start 在docker上运行 npm install # install dependencies gradle build-dev # build docker image and run the container starting the app 测试DNS是否正常 $ host google.com 127.0.0.1 Using domain server: Name: 127.0.0.1 Address: 127.0.0.1#53 Aliases: 添加DNS
【文件预览】:
dns-to-ens-master
----ui()
--------index.html(2KB)
--------index.js(892B)
----records.json(2B)
----Dockerfile(51B)
----app.js(3KB)
----LICENSE(564B)
----records.sample.json(198B)
----README.md(2KB)
----.gitignore(65B)
----package.json(549B)
----build.gradle(2KB)