From f3aa7ca0bc2ef7c286609e8f87d07cc2568093af Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 6 Jan 2026 23:46:24 -0500 Subject: rebase(d) --- src/Config.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Config.h (limited to 'src/Config.h') diff --git a/src/Config.h b/src/Config.h new file mode 100644 index 0000000..b5695b7 --- /dev/null +++ b/src/Config.h @@ -0,0 +1,2 @@ +static int port = 5000; +static char host[] = "0.0.0.0"; \ No newline at end of file -- cgit v1.2.3