From 37be07664224e3cb9c2107fe571a5b1ae51fab7b Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Wed, 25 Oct 2023 16:04:15 -0400 Subject: [PATCH] mostly working --- libraries/BLT | 2 +- src/ip.h | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 src/ip.h diff --git a/libraries/BLT b/libraries/BLT index 96af65a..fcceff1 160000 --- a/libraries/BLT +++ b/libraries/BLT @@ -1 +1 @@ -Subproject commit 96af65a675c7bf04c65f3f73c308d8b1ce244ecd +Subproject commit fcceff189b60a02c66280c503d4cac9f8d73ef6b diff --git a/src/ip.h b/src/ip.h new file mode 100644 index 0000000..413562d --- /dev/null +++ b/src/ip.h @@ -0,0 +1,8 @@ +// +// Created by brett on 25/10/23. +// + +#ifndef INSANE_DNS_IP_H +#define INSANE_DNS_IP_H + +#endif //INSANE_DNS_IP_H