Skip to content

delneg/dns_server_csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple DNS-server

This is a DNS server WIP POC, built for learning purposes using tutorial by @EmilHernvall at https://github.com/EmilHernvall/dnsguide/

But in C# instead of Rust (coz i'm kind bored of fighting the borrow checker).

Wannabe's:

  1. Use Pipelines.Sockets.Unofficial
  2. Write benchmarks
  3. Structure chapter branches to be hierarchical
  4. Better comments
  5. Reduce allocations & remove linq etc.

About

Educational dns server written using Rust tutorial https://github.com/EmilHernvall/dnsguide/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages