finally put this under version control

This commit is contained in:
cat 2025-05-25 17:39:17 +10:00
commit 55f357eb88
9 changed files with 1583 additions and 0 deletions

5
config.h Normal file
View file

@ -0,0 +1,5 @@
/* s6-networking's TLS programs need either CADIR or CAFILE to be set
* to function; mvwt.c sets the envvar $CADIR to CADIR_DIR.
* you might have to change this location depending on your system. */
#define CADIR_DIR "/etc/ssl/certs"
#define CACHE_DIR "/tmp/mvwt"