0.3.5 • Published 1 year ago

hipr-hyperzone v0.3.5

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

Hyperzone Middleware

Usage

First install the hipr CLI, then install hipr-hyperzone in your ~/.hipr directory:

npm i --prefix ~/.hipr hipr-hyperzone

Now you can run a hipr recursive nameserver with hipr-hyperzone middleware:

hipr hipr-hyperzone

which resolves hyperzones! You can npm i -g hyperzone to install the hyperzone CLI for managing and replicating zones, e.g. hyperzone example.com.

Library Usage

You can also use hipr-hyperzone as a library, if you're rigging up your own hipr resolver.

const { AuthServer } = require('hipr')
const hyperzone = require('hipr-hyperzone')

const server = new AuthServer(options)
server.resolver.setServers(['127.0.0.1:5349']) // root hsd stub
server.use(hyperzone())
server.bind(53)
0.3.5

1 year ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago