Skip to content

Commit 0893c46

Browse files
committed
Update httpsify.go
1 parent b953bee commit 0893c46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

httpsify.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// httpsify is a transparent blazing fast https offloader with auto certificates renewal .
2+
// this software is published under MIT License .
3+
// by Mohammed Al ashaal <alash3al.xyz> with the help of those opensource libraries [github.com/xenolf/lego, github.com/dkumor/acmewrapper] .
14
package main
25

36
import (
@@ -14,7 +17,7 @@ import (
1417

1518
// --------------
1619

17-
const VERSION = "httpsify/v1.0"
20+
const VERSION = "httpsify/v1"
1821

1922
var (
2023
port *string = flag.String("port", "443", "the port that will serve the https requests")

0 commit comments

Comments
 (0)