dns to ens:使用我们的dns服务器在浏览器中解析* .eth域 源码
介绍 基于简单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
下载地址
用户评论