Switch module paths to custom domain and rename README file format

This commit is contained in:
2025-08-20 05:03:34 +01:00
parent bf860e71b2
commit 5fa049b81f
3 changed files with 6 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
# reverse
simple reverse proxy with letsencrypt, nostr nip-05 and go vanity redirects
= reverse
simple reverse proxy with letsencrypt, nostr nip-05 and go vanity redirects

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/mleku/reverse
module reverse.mleku.dev
go 1.25.0

View File

@@ -24,11 +24,11 @@ import (
"sync"
"time"
"github.com/mleku/lol/chk"
"github.com/mleku/lol/log"
"go-simpler.org/env"
"golang.org/x/crypto/acme/autocert"
"golang.org/x/sync/errgroup"
"lol.mleku.dev/chk"
"lol.mleku.dev/log"
)
func main() {