summaryrefslogtreecommitdiff
path: root/src/assets/projects/04-wrapper.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/projects/04-wrapper.md')
-rw-r--r--src/assets/projects/04-wrapper.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/assets/projects/04-wrapper.md b/src/assets/projects/04-wrapper.md
new file mode 100644
index 0000000..22a6bd6
--- /dev/null
+++ b/src/assets/projects/04-wrapper.md
@@ -0,0 +1,8 @@
+---
+name: wrapper
+repo: wrapper
+---
+
+wrapper is a simple and lightweight DNS server written in C. It supports custom user defined records in a config files,
+and it also supports a few custom build records for fun! For example, there is a CMD record that runs a command on the
+host system, and returns the result as a TXT record! Read more on the readme!