From 1bec5cdf8a0115ca0a8a97c1b7316845dceb9bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20van=20Dorst?= Date: Sun, 5 Oct 2025 16:18:39 +0200 Subject: [PATCH] Add basic config.txt --- config.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.txt diff --git a/config.txt b/config.txt new file mode 100644 index 0000000..3200af0 --- /dev/null +++ b/config.txt @@ -0,0 +1,3 @@ +ip 192.168.10.247 +gw 192.168.10.1 +netmask 255.255.255.0 \ No newline at end of file