8000 GitHub - arthurbarros/nore-named: Nore is a simple domain name server writing in node.js and redis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

arthurbarros/nore-named

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nore-named

A simple name serve for node using redis.

Features

  • Implement all of the common functionality that is in use today
  • Live update of the domains properties

Supported Record Types

The following record types are supported

  • A (ipv4)
  • AAAA (ipv6)
  • CNAME (aliases)
  • SOA (start of authority)
  • MX (mail server records)
  • TXT (arbitrary text entries)
  • SRV (service discovery)

In progress

  • Fallback to popular name server (Google, OpenDNS, etc)

Usage

- $ npm install
- $ node server.js

TODO

  • Expose nice programmatic API for interacting with domains

About

Nore is a simple domain name server writing in node.js and redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0