Disable ipv4

This commit is contained in:
Senad Uka
2023-08-14 16:39:10 +02:00
parent c1a899f2f8
commit e167be1a68
2 changed files with 1 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ func StartServer(waitgroup *sync.WaitGroup) {
log.Fatal("error creating domain handler A:", err)
}
err = gemini.ListenAndServe(ctx, "127.0.0.1:1965", a)
err = gemini.ListenAndServe(ctx, "0.0.0.0:1965", a)
if err != nil {
log.Fatal("error:", err)
}

BIN
cetvorke

Binary file not shown.