Skip to content

Caching DNS Server created as a task for Internet course

Notifications You must be signed in to change notification settings

elagith/DnsServer-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caching DNS server

Receives DNS packets on 53/UDP port, searches query in the cache, if miss, resolves it by requesting specified DNS server (8.8.8.8 by default). Cache is being serialized on exit and loaded from file on startup.

Arguments

-s Remote DNS server to handle queries

-f Path to cache file

About

Caching DNS Server created as a task for Internet course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%