UNPKG

mock-dns-server

Version:

Create a mock DNS-over-TLS server based on [mock-tls-server](https://github.com/hildjj/mock-tls-server/).

33 lines (32 loc) 781 B
{ "name": "mock-dns-server", "version": "1.0.2", "decription": "Mock DNS-over-TLS server which doesn't use OS sockets", "main": "lib/index.js", "type": "module", "keywords": [ "dns", "tls", "dns-over-tls" ], "author": "Joe Hildebrand <joe-github@cursive.net>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hildjj/mock-dns-server.git" }, "homepage": "https://github.com/hildjj/mock-dns-server#readme", "bugs": { "url": "https://github.com/hildjj/mock-dns-server/issues" }, "dependencies": { "@cto.af/eslint-config": "6.0.14", "dns-packet": "5.6.1", "mock-tls-server": "1.1.2", "nofilter": "6.0.2", "typescript-eslint": "8.44.1" }, "engines": { "node": ">=20" } }