diff --git a/README.md b/README.md index 37e49678a..0796df77c 100644 --- a/README.md +++ b/README.md @@ -152,17 +152,19 @@ panel-cli 这个项目的存在要归功于所有做出贡献的人,参与贡献请先查看贡献代码部分。 - - contributors + + + + Active Contributors of TheTNB/panel - Last 28 days + ## Star 历史 - + - - - Star History Chart + + Star History of TheTNB/panel diff --git a/README_EN.md b/README_EN.md index 695a58c66..4943d4591 100644 --- a/README_EN.md +++ b/README_EN.md @@ -152,17 +152,19 @@ If the Rat Panel is helpful to you, welcome to [sponsor us](https://opencollecti This project owes its existence to all those who have contributed. To contribute, please check the contributed code section first. - - contributors + + + + Active Contributors of TheTNB/panel - Last 28 days + ## Star History - + - - - Star History Chart + + Star History of TheTNB/panel diff --git a/internal/bootstrap/http.go b/internal/bootstrap/http.go index 45efc44f9..59d2c3441 100644 --- a/internal/bootstrap/http.go +++ b/internal/bootstrap/http.go @@ -38,7 +38,7 @@ func initHttp() { if app.Conf.Bool("http.tls") { srv.TLSConfig = &tls.Config{ - MinVersion: tls.VersionTLS12, + MinVersion: tls.VersionTLS13, } cert := filepath.Join(app.Root, "panel/storage/cert.pem")