Initial commit, see README.md for details

This commit is contained in:
Lockszmith (cs-dbg@VAST) 2025-04-26 01:26:21 +03:00
commit aeb96a02a7
10 changed files with 184 additions and 0 deletions

6
dnslab Executable file
View file

@ -0,0 +1,6 @@
#! /usr/bin/env bash
set -e
docker exec -it client "${@:-bash}"