From 17b657744b5171e43c47dd7717888710f32d2827 Mon Sep 17 00:00:00 2001 From: carnivuth Date: Sun, 15 Feb 2026 18:07:39 +0100 Subject: [PATCH] set default port to 5000 --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 23a2ae8..08f9fcc 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ # Krawl Honeypot Configuration server: - port: 1234 + port: 5000 delay: 100 # Response delay in milliseconds # manually set the server header, if null a random one will be used.