/dumbDns

dumbDNS

Primary LanguageRust

DumbDNS

Very simple name server implemenation serving only A records. Developed for the purpose of learning dns protocol.

Testing

  • Run the server
./run.sh
  • Send dns query
dig bijanregmi.com.np @127.0.0.1

Adding new records

  • Follow the format as in zones/bijanregmi.com.np.zone file

Reference

Things that could be added