fix 404.txt

This commit is contained in:
MCHost 2024-03-29 03:00:56 -04:00
parent 3f336fb4ba
commit e479133a4a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if (cluster.isMaster) {
const tunnels = {};
const agent = new http.Agent({ maxSockets: Number.MAX_VALUE });
const content = fs.readFileSync('404.txt.new', 'utf8');
const content = fs.readFileSync('404.txt', 'utf8');
const DEBUG = 0; // Set DEBUG to 1 to enable debug mode
const CONINFO = 0; // Set CONINFO to 1 for a smaller breakdown of connections.
const dhtServer = new HyperDHTServer();