Browse Source

socat: disable logging of transferred data (confidential)

Fabian Peter Hammerle 4 years ago
parent
commit
2218a3359a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      serve-gpgit.sh

+ 1 - 1
serve-gpgit.sh

@@ -11,4 +11,4 @@ done
 # -d -d: log level notice
 # -T: inactivity timeout (before input at EOF?, default: none)
 # -t: reply timeout (after input at EOF, default: 0.5s)
-exec socat -v -d -d -T4 -t16 tcp-l:6156,fork exec:/invoke-gpgit.sh
+exec socat -d -d -T4 -t16 tcp-l:6156,fork exec:/invoke-gpgit.sh