From d6278997c412be5a8ae76cf454e4c6b439ccf352 Mon Sep 17 00:00:00 2001 From: SamNet-dev <98samh@gmail.com> Date: Sun, 25 Jan 2026 10:48:57 -0600 Subject: [PATCH] Updated info --- conduit.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conduit.sh b/conduit.sh index 2c15b6c..0fdd273 100644 --- a/conduit.sh +++ b/conduit.sh @@ -12,7 +12,7 @@ # ║ ║ # ║ GitHub: https://github.com/Psiphon-Inc/conduit ║ # ╚═══════════════════════════════════════════════════════════════════╝ -# +# core engine: https://github.com/Psiphon-Labs/psiphon-tunnel-core # Usage: # curl -sL https://raw.githubusercontent.com/SamNet-dev/conduit-manager/main/conduit.sh | sudo bash # @@ -703,8 +703,6 @@ show_status() { if docker ps 2>/dev/null | grep -q "[[:space:]]conduit$"; then if [ -n "$stats" ]; then - # Already have stats from check below? - # Actually, let's fetch it here with deeper history local stats=$(docker logs --tail 1000 conduit 2>&1 | grep "STATS" | tail -1) else local stats=$(docker logs --tail 1000 conduit 2>&1 | grep "STATS" | tail -1)