Commits


exclude inbox from agenda view


Add doom emacs configs


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


Tighten permissions on the new directory


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.


tighten permissions for home and bin files


initial import of my wireguard configuration generator.


Organize config files meant to be in a home directory into a new folder called "home"


Add some new default configurations


Initial commit for my .files