mirror of
https://github.com/schroinerxy/Sing-box.git
synced 2026-06-21 20:35:47 +08:00
Update index.js
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
const http = require('http');
|
||||
const fs = require('fs');
|
||||
const exec = require("child_process").exec;
|
||||
const subtxt = './sub.txt'
|
||||
const subtxt = './.npm/sub.txt'
|
||||
const PORT = process.env.PORT || 3000;
|
||||
|
||||
// Run start.sh
|
||||
|
||||
Reference in New Issue
Block a user