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

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() {