1
0
forked from extern/smegmesh

Merge pull request #76 from tim-beatham/74-perform-dad

- Fixing DNS error
This commit is contained in:
Tim Beatham 2024-01-02 00:16:45 +00:00 committed by GitHub
commit 05cc287e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ package main
import (
"log"
smegdns "github.com/tim-beatham/wgmesh/pkg/dns"
smegdns "github.com/tim-beatham/smegmesh/pkg/dns"
)
func main() {