diff --git a/internal/webconnectivityalgo/dnsoverhttps.go b/internal/webconnectivityalgo/dnsoverhttps.go index 333c38191..a096ce35a 100644 --- a/internal/webconnectivityalgo/dnsoverhttps.go +++ b/internal/webconnectivityalgo/dnsoverhttps.go @@ -1,5 +1,11 @@ package webconnectivityalgo +// +// DNS-over-HTTPS +// +// Code to manage DNS-over-HTTPS testing. +// + import ( "math/rand" "sync"