diff --git a/README.md b/README.md index a169a92..90f018f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# doh-auth-relay +# modoh-server [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) -Relay for Oblivious DoH (ODoH) and ODoH-based Mutualized Oblivious DNS (ODoH-based μODNS; μODoH) supporting authenticated connection, written in Rust. +Relay and target implementation for Oblivious DoH (ODoH) and ODoH-based Mutualized Oblivious DNS (ODoH-based μODNS; μODoH) supporting authenticated connection, written in Rust. Standard DoH target server is also supported. -> **NOTE: This is a re-implementation of only the relay function of [https://github.com/junkurihara/doh-server](https://github.com/junkurihara/doh-server). This means the re-implementation does not support the target server function. Note that in μODoH, the target server is fully compatible with that of ODoH.** +> **NOTE: This is a re-implementation of [https://github.com/junkurihara/doh-server](https://github.com/junkurihara/doh-server). Note that in μODoH, the target function is fully compatible with that of ODoH.** > **NOTE: For μODNS, please see also [https://junkurihara.github.io/dns/](https://junkurihara.github.io/dns/) and other repositories listed there.**