We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b953bee commit 0893c46Copy full SHA for 0893c46
httpsify.go
@@ -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] .
4
package main
5
6
import (
@@ -14,7 +17,7 @@ import (
14
17
15
18
// --------------
16
19
-const VERSION = "httpsify/v1.0"
20
+const VERSION = "httpsify/v1"
21
22
var (
23
port *string = flag.String("port", "443", "the port that will serve the https requests")
0 commit comments