- Last Change:
Commit Briefs
Create rc.d folder for rc scripts
Add minecraft server rc script Add utility to interact with running minecraft server
Restyle wg_config and replace ifconfig key derivation
Replace the ifconfig wg9 create/destroy method for deriving client public keys with openssl X25519 DER construction (RFC 8410). No longer requires root or a running kernel with wg(4) to generate configs. Also bring script in line with wg_gen conventions: - Add usage() function and proper argument validation - Add description/wgdescr to hostname.wg and wgserver outputs - Fix hostname.wg: add missing inet prefix, wgpka 20 -> 25 - Quote all filenames, chmod 600 instead of chown
Add wg_gen: generate WireGuard configs for a /24 subnet
Generate a complete WireGuard deployment from a single command: one server hostname.if and all 253 client configs (.conf and OpenBSD hostname.wg) for a /24 subnet. Public key derivation uses openssl(1) X25519 DER construction (RFC 8410) instead of wireguard-tools or temporary interfaces.
Organize config files meant to be in a home directory into a new
folder called "home"
