Change domain
This commit is contained in:
@@ -33,7 +33,7 @@ func StartServer(waitgroup *sync.WaitGroup) {
|
|||||||
|
|
||||||
// Set up the domain handlers.
|
// Set up the domain handlers.
|
||||||
ctx := context.Background()
|
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 {
|
if err != nil {
|
||||||
log.Fatal("error creating domain handler A:", err)
|
log.Fatal("error creating domain handler A:", err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user