config default: need to tell to provide hex pubkey

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle
2023-11-16 21:57:35 +07:00
parent dd1da10b8a
commit 74c2e4c21f

View File

@@ -39,7 +39,7 @@ module.exports = {
// Warning: Ensure that <authorized_keys> is NOT empty so only <authorized_keys> could access this bostr bouncer // Warning: Ensure that <authorized_keys> is NOT empty so only <authorized_keys> could access this bostr bouncer
private_keys: { private_keys: {
// "pubkey": "privatekey" // "pubkey-in-hex": "privatekey"
} }
// Server information. // Server information.