Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

FossoresLP/go-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS

This repository contains a (WIP) DNS server written in Go(lang) and all the packages that it is composed of.

Feel free to use these packages for your own projects but keep the license in mind.

Known issues:

  • Does not perform recursive resolution itself but instead relies on Cloudflares 1.1.1.1
  • Parsing issues for some messages (i.e. Microsoft.com and other Microsoft websites - these are being worked on)
  • Does not support normal zone files
  • Zones file format is somewhat awkward as of right now (This will be fixed by switching away from TOML)
  • Not fully tested (See #1)

Releases

No releases published

Packages

No packages published

Languages