refactor: Rename project from dns-helper to ekdns across all files and documentation

This commit is contained in:
2026-03-04 17:03:30 -05:00
parent 03cbe1bb00
commit 3550193e63
25 changed files with 107 additions and 118 deletions
+1 -2
View File
@@ -1,14 +1,13 @@
package resolver_test
import (
"ekdns/resolver"
"encoding/binary"
"net"
"strings"
"testing"
"time"
"dns-helper/resolver"
"golang.org/x/net/dns/dnsmessage"
)