Skip to content

allyn-bottorff/dns-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS Server

This is an experimental DNS server written in Rust which is intended to be RFC 1035 compliant. Mostly this is an exercise in implementing something with as few dependencies as possible while trying out some new things.

Status

This is currently a work in progress:

Message parts:

  • ✓ Header parsing

  • ❏ Header modification

  • ❏ Question parsing

  • ❏ Answer generation

  • ❏ Authority

  • ❏ Additional

About

DNS server written in Rust for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages