From 78474a54188101276c06e2edec303a9b56663bbf Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Fri, 11 Oct 2024 23:13:36 +0100 Subject: [PATCH] adding 2 lines --- content/posts/dnstp/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/posts/dnstp/index.md b/content/posts/dnstp/index.md index f402fe1..39bcf73 100644 --- a/content/posts/dnstp/index.md +++ b/content/posts/dnstp/index.md @@ -1,7 +1,10 @@ --- -title: "dnstp: Tranmitting Arbitrary Data With DNS" +title: "dnstp: Transmitting Arbitrary Data With DNS" date: 2024-07-02T08:26:40+00:00 --- ![Build Binaries](https://github.com/Sarsoo/dnstp/actions/workflows/build.yml/badge.svg) +I have written previously about my Rust projects. However, these have always been in WebAssembly so they are consumed from a web browser. I wanted to play with native Rust code and the multi-threaded ecosystem. + +Something I also enjoy, when working with low-level languages, is bitwise operations. These two led me to the idea of building \ No newline at end of file