diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-12 14:32:50 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-12 14:52:25 -0700 |
| commit | fca8f5d8addeebba7d55d4b69159745c84f27a91 (patch) | |
| tree | 960bf01540ba1b5a8d7935666a8c37a531f597c4 /main.go | |
| parent | cd324e1d48505410f0b11f26d6c415415ebf098e (diff) | |
| download | hatecomputers.club-fca8f5d8addeebba7d55d4b69159745c84f27a91.tar.gz hatecomputers.club-fca8f5d8addeebba7d55d4b69159745c84f27a91.zip | |
fix segfault
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ func main() { log.Println("🚀🚀 DNS resolver listening on port", argv.DnsPort) go func() { err = server.ListenAndServe() + if err != nil { log.Fatal(err) } |
