From 0813d6bfd9b5b01e5baf899a38b397eb779efbd5 Mon Sep 17 00:00:00 2001
From: Riftriot
Date: Mon, 12 Feb 2024 13:18:37 -0600
Subject: [PATCH] server improvements and actually fix masqr
---
.env | 1 +
Checkfailed.html | 8 +-
index.html | 9 ++
package.json | 2 +
pnpm-lock.yaml | 23 ++++
server.ts | 281 ++++++++++++++++++++++++-----------------------
6 files changed, 186 insertions(+), 138 deletions(-)
create mode 100644 .env
diff --git a/.env b/.env
new file mode 100644
index 0000000..a01f1f2
--- /dev/null
+++ b/.env
@@ -0,0 +1 @@
+MASQR=1
\ No newline at end of file
diff --git a/Checkfailed.html b/Checkfailed.html
index 1bf52a5..05077f4 100644
--- a/Checkfailed.html
+++ b/Checkfailed.html
@@ -19,7 +19,7 @@
If you see this page, the nginx web server is successfully installed and
working. Further configuration is required. If you are expecting another
page, please check your network or
- Refresh this page
+ Refresh this page
@@ -30,5 +30,11 @@
Thank you for using nginx.
+