Skip to content

Commit

Permalink
don't print exits on stream private mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxnor committed Feb 21, 2022
1 parent b4e996d commit 3847b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/tor-ctrl-stream
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ EOF
printf "\nStreamId StreamPurpose StreamTarget CircuitId CircuitPurpose\n"
printf %s"--------------------------------------------------------------------------------------------------------------${nocolor}\n"
}
printf %s"${stream_id} ${stream_purpose} ${stream_target} ${circuit_id} ${circuit_purpose}\n" | grep -v " DIR_FETCH "
printf %s"${stream_id} ${stream_purpose} ${stream_target} ${circuit_id} ${circuit_purpose}\n" | grep -v " DIR_FETCH " | grep -F -v ".exit:"
fi
return
;;
Expand Down

0 comments on commit 3847b19

Please sign in to comment.