Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
8chanAnon authored Aug 11, 2024
1 parent 3393405 commit 19c4dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/kraker-remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Remote Proxy Server based on Kraker Local Proxy Server
*/

// for Vercel cloud server
module.exports = const maxDuration = 30;
module.exports = (req, res) => { http_handler (req, res); }

const net = require ('net');
Expand Down Expand Up @@ -76,7 +77,7 @@ function default_handler (response, error, err_msg)
msg = "---------------------\n" +
" Kraker Remote Proxy \n" +
"---------------------\n\n" +
"Deployed on the 9th day of January in the year 2023 (v2).\n\n" +
"Deployed on January 9, 2023 - Updated on August 11, 2024\n\n" +
"Usage: " + server_path + "<url>\n\nWebsite: " + website + "\n\n" +
"NODE.JS " + process.version + "\n";

Expand Down

0 comments on commit 19c4dbe

Please sign in to comment.