This website requires JavaScript.
Explore
Help
Sign In
root
/
telebit-relay.js
mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
Watch
2
Star
0
Fork
You've already forked telebit-relay.js
0
Code
Issues
Releases
Wiki
Activity
22e3730c4c
telebit-relay.js
/
bin
/
generate-secret.js
5 lines
98 B
JavaScript
Executable File
Raw
Blame
History
#!/usr/bin/env node
'use strict'
console
.
log
(
require
(
'crypto'
)
.
randomBytes
(
16
)
.
toString
(
'hex'
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink