Created
May 9, 2025 22:56
-
-
Save stefanpejcic/6ccff6ed7320d768b2be48ba3195dabf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# prepration | |
git clone https://github.com/cathugger/mkp224o.git | |
apt install gcc libc6-dev libsodium-dev make autoconf | |
cd mkp224o | |
./autogen.sh | |
./configure | |
make | |
# generation | |
mkdir -p keys | |
./mkp224o -d ./keys openpanel | |
# using | |
https://postimg.cc/D8b9vwRT | |
hs_ed25519_public_key | |
hs_ed25519_secret_key | |
hostname | |
# advertise | |
https://postimg.cc/w3PKYmf2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment