From 14e88a67345e4975d5c0b54243f2d9ed058e879f Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Tue, 11 Nov 2025 02:24:50 +0100 Subject: [PATCH] Use ip in vm range --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 183615e..6b6309e 100644 --- a/config.yaml +++ b/config.yaml @@ -1,3 +1,3 @@ server: - tftpIp: 10.0.0.3 - httpUrl: http://10.0.0.3:8000 + tftpIp: 192.168.1.1 + httpUrl: http://192.168.1.1:8000