From 5d955a6303ba617ce84be794d12147ff5ff104bb Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 26 Aug 2023 12:38:52 +0530 Subject: [PATCH] updated build instructions. --- build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.md b/build.md index f9458a47..d8af7af0 100644 --- a/build.md +++ b/build.md @@ -41,7 +41,7 @@ sudo apt update sudo apt install dotnet-sdk-7.0 libmsquic -y ``` -Note! The `libmsquic` package requires openssl v1.1.1 and is not yet compatible with openssl v3.x. You can follow [this blog post](https://blog.technitium.com/2023/02/configuring-dns-over-quic-and-https3.html) to know how to get it configured correctly. If you do not plan to use DNS-over-QUIC or HTTP/3 support, or you intend to build a docker image then you can skip installing `libmsquic` altogether. +Note! If you do not plan to use DNS-over-QUIC or HTTP/3 support, or you intend to just build a docker image then you can skip installing `libmsquic`. 4. Clone the source code for both [TechnitiumLibrary](https://github.com/TechnitiumSoftware/TechnitiumLibrary) and [DnsServer](https://github.com/TechnitiumSoftware/DnsServer) into the current folder. ```