Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 328 Bytes

Dns over HTTPS (DOH)

Currently, implements Google and CloudFlare doh

Files

  • www/doh-cli.php for one time cli answers
  • www/resolve.php for server - by default listening on udp://127.0.0.1:5353

Notes

This project use low level parsing classes from https://github.com/yswery/PHP-DNS-SERVER/ (lib/ folder)