m13253 / dns-over-https

High performance DNS over HTTPS client & server
https://developers.google.com/speed/public-dns/docs/dns-over-https
MIT License
1.96k stars 221 forks source link

When I perform a build, throw the following statement, is this normal? #120

Closed 5i03 closed 2 years ago

5i03 commented 2 years ago
cd doh-client && go build
cd doh-server && go build
if [ "`uname`" = "Darwin" ]; then \
        make -C darwin-wrapper; \
fi
m13253 commented 2 years ago

It is normal.