Add reverse proxy setting page for controlling cloudflared

This commit is contained in:
Louis Lam
2022-03-30 01:49:45 +08:00
parent a6b52b7ba6
commit f1f4b3b377
6 changed files with 194 additions and 9 deletions

View File

@@ -75,6 +75,9 @@ export default {
notifications: {
title: this.$t("Notifications"),
},
"reverse-proxy": {
title: this.$t("Reverse Proxy"),
},
"monitor-history": {
title: this.$t("Monitor History"),
},