initial commit
This commit is contained in:
9
njs/nexus.js
Normal file
9
njs/nexus.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function statics(r) {
|
||||
var bytes = crypto.getRandomValues(new Uint8Array(1));
|
||||
var s = (bytes[0] & 15).toString(16);
|
||||
s = "https://nexus-st-" + s + ".krd.sh" + r.uri;
|
||||
if (r.args.length > 0) { s += r.variables.is_args + r.variables.args; }
|
||||
r.return(307, s);
|
||||
}
|
||||
|
||||
export default {statics};
|
Reference in New Issue
Block a user