Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 455 Bytes

File metadata and controls

13 lines (9 loc) · 455 Bytes

HttpDNS

A minimal DNS over HTTP thingy. Coursework for a university network programming course some time ago.

Nota bene: This original code is from 2013 and predates the RFC8484 protocol by five years. Hence, they're also incompatible.

Contents

  • client/ Source code for the HttpDns client
  • doc/ Client contents, and learning diary
  • server/ Source code for the HttpDns server