ldns:一些DNS服务器实验

时间:2024-07-07 16:12:20
【文件属性】:

文件名称:ldns:一些DNS服务器实验

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-07 16:12:20

JavaScript

域名 用于开发的本地dns服务器。 这基本上允许您在本地计算机上拥有通配符子域,这是/etc/hosts不允许的。 安装 ➜ npm install -g ldns 用法 ➜ ldns -h Usage: ldns [ < options> ... ] Options: --port Port to bind on. --zones Path to JSON file with zones info. --debug Switch logging level to debug. -h, --help Show this help. -v, --version Show ldns version. 区域 默认情况下使用以下区域。 { " dev " : { " * " : " 127.0.0.1 "


【文件预览】:
ldns-master
----README.md(3KB)
----.gitignore(20B)
----index.js(4KB)
----bin()
--------cli.js(1KB)
----package.json(414B)

网友评论