diff --git a/.gitignore b/.gitignore index 47d6e3b..0ca2a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ commit.sh +log + diff --git a/config.json b/config.json index 9090fe9..5180f90 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "port": 80, "pubport": 80, "page404": "404.html", - "timestamp": 1680954429282, + "timestamp": 1692482564058, "blacklist": [], "nonStandardCodes": [], "enableCompression": true, @@ -77,10 +77,14 @@ } ], "allowStatus": true, - "dontCompress": ["/.*\\.ipxe$/","/.*\\.img$/","/.*\\.iso$/"], + "dontCompress": [ + "/.*\\.ipxe$/", + "/.*\\.img$/", + "/.*\\.iso$/" + ], "enableIPSpoofing": false, "secure": false, "sni": {}, "disableNonEncryptedServer": false, "disableToHTTPSRedirect": false -} +} \ No newline at end of file diff --git a/index.html b/index.html index 8b44e41..651df3e 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - SVR.JS 3.4.20 + SVR.JS 3.4.21 -

Welcome to SVR.JS 3.4.20

+

Welcome to SVR.JS 3.4.21



@@ -110,7 +110,14 @@

Changes:

Bugs: