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