From e89098ec0a3d2ab07649eb4532cd223f1e13ed6c Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Fri, 24 Apr 2026 15:49:32 +0200 Subject: [PATCH] fix: set new internal ip --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 84ed375..7630594 100644 --- a/zshrc +++ b/zshrc @@ -229,4 +229,4 @@ alias connect_synology="ssh -f -o ExitOnForwardFailure=yes -i ~/.ssh/sheppy-mast #alias tcpdump_http=stdbuf -oL -eL /usr/bin/tcpdump -A -s 10240 "tcp port 8000 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)" | egrep -a --line-buffered ".+(GET |HTTP\/|POST )|^[A-Za-z0-9-]+: " | perl -nle 'BEGIN{$|=1} { s/.*?(GET |HTTP\/[0-9.]* |POST )/\n$1/g; print }' ths_ssh="ssh -f -o ExitOnForwardFailure=yes -i .ssh/sheppy-master -L 8000:host.docker.internal:22 root@172.16.1.4 sleep 3600 && ssh cheffe@localhost -p 8000" #trap ctrl_c INT; function ctrl_c() {}; -alias sss='ssh root@192.168.1.89 -t "systemctl suspend; exit"' +alias sss='ssh root@192.168.1.48 -t "systemctl suspend; exit"'