Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created May 9, 2025 22:56
Show Gist options
  • Save stefanpejcic/6ccff6ed7320d768b2be48ba3195dabf to your computer and use it in GitHub Desktop.
Save stefanpejcic/6ccff6ed7320d768b2be48ba3195dabf to your computer and use it in GitHub Desktop.
# 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