Change domain

This commit is contained in:
Senad Uka
2023-08-14 17:13:12 +02:00
parent e167be1a68
commit acae8b2dde
2 changed files with 1 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ func StartServer(waitgroup *sync.WaitGroup) {
// Set up the domain handlers.
ctx := context.Background()
a, err := gemini.NewDomainHandlerFromFiles("localhost", "server.crt", "server.key", routerA)
a, err := gemini.NewDomainHandlerFromFiles("gemini.islambosna.ba", "server.crt", "server.key", routerA)
if err != nil {
log.Fatal("error creating domain handler A:", err)
}

BIN
cetvorke

Binary file not shown.