diff --git a/main.go b/main.go index f492c5e..9a1b05e 100755 --- a/main.go +++ b/main.go @@ -52,7 +52,7 @@ func init() { } func redirect(w http.ResponseWriter, r *http.Request) { - http.Redirect(w, r, "http://tls.peet.ws", http.StatusMovedPermanently) + http.Redirect(w, r, "https://tls.peet.ws", http.StatusMovedPermanently) } func StartRedirectServer(host, port string) {