fix 404.txt
This commit is contained in:
parent
3f336fb4ba
commit
e479133a4a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user