Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
/ nore-named Public archive

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

Notifications You must be signed in to change notification settings

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