@@ -12,15 +12,15 @@ import (
1212 "github.com/rs/zerolog"
1313 "github.com/spf13/cobra"
1414
15- "github.com/mephistofox/fxtunnel /internal/api"
16- "github.com/mephistofox/fxtunnel /internal/auth"
17- "github.com/mephistofox/fxtunnel /internal/config"
18- "github.com/mephistofox/fxtunnel /internal/database"
19- "github.com/mephistofox/fxtunnel /internal/email"
20- "github.com/mephistofox/fxtunnel /internal/exchange"
21- "github.com/mephistofox/fxtunnel /internal/scheduler"
22- "github.com/mephistofox/fxtunnel /internal/server"
23- fxtls "github.com/mephistofox/fxtunnel /internal/tls"
15+ "github.com/mephistofox/fxtun.dev /internal/api"
16+ "github.com/mephistofox/fxtun.dev /internal/auth"
17+ "github.com/mephistofox/fxtun.dev /internal/config"
18+ "github.com/mephistofox/fxtun.dev /internal/database"
19+ "github.com/mephistofox/fxtun.dev /internal/email"
20+ "github.com/mephistofox/fxtun.dev /internal/exchange"
21+ "github.com/mephistofox/fxtun.dev /internal/scheduler"
22+ "github.com/mephistofox/fxtun.dev /internal/server"
23+ fxtls "github.com/mephistofox/fxtun.dev /internal/tls"
2424)
2525
2626var (
@@ -42,7 +42,7 @@ func main() {
4242It allows clients to expose local services through HTTP subdomains,
4343TCP ports, or UDP ports.
4444
45- GitHub: https://github.com/mephistofox/fxtunnel
45+ GitHub: https://github.com/mephistofox/fxtun.dev
4646Website: https://mfdev.ru` ,
4747 RunE : run ,
4848 }
@@ -56,7 +56,7 @@ Website: https://mfdev.ru`,
5656 Short : "Print version information" ,
5757 Run : func (cmd * cobra.Command , args []string ) {
5858 fmt .Printf ("fxTunnel Server %s (built %s)\n " , Version , BuildTime )
59- fmt .Println ("GitHub: https://github.com/mephistofox/fxtunnel " )
59+ fmt .Println ("GitHub: https://github.com/mephistofox/fxtun.dev " )
6060 fmt .Println ("Website: https://mfdev.ru" )
6161 },
6262 }
0 commit comments