Nameserver with Hyperbee (experiment)
npm install hypernameserver1Nameserver with Hyperbee (experiment)
```
npm i -g hypernameserver1
Both the registry and server, will use folders in ~/.hypernameserver1 as storage.
Add a new domain entry to the registry:
`sh`
hypernameserver1-registry --name It prints a key. Keep this running for a moment so the later server syncs up
Note: Add --ns to check if the domain points to your ns1. and ns2.
In a new terminal, run a server:
`sh`
hypernameserver1
Note: You can set a port like --port 1053 to avoid root permission.
Test that it works:
`sh``
dig @127.0.0.1 -p 1053
Later you can stop the registry and just keep the server.
MIT