Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 8, 2024
1 parent b015590 commit 9cd394f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/webconnectivityalgo/dnsoverhttps.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
package webconnectivityalgo

//
// DNS-over-HTTPS
//
// Code to manage DNS-over-HTTPS testing.
//

import (
"math/rand"
"sync"
Expand Down

0 comments on commit 9cd394f

Please sign in to comment.