subgraph / roflcoptor

Tor Control Port Filter and State Tracker Daemon
BSD 3-Clause "New" or "Revised" License
25 stars 8 forks source link

Add watch-mode for assisting in application filter creation #6

Closed david415 closed 8 years ago

david415 commented 8 years ago

We should have an operational mode specifiable on the commandline that make roflcoptor not daemonize or block any messages. It would output log messages to stdout or to a file. The log messages in this case will contain all commands the client sends and all responses the servers sends.

This would be useful for creating filter rules for applications.

david415 commented 8 years ago

https://github.com/subgraph/roflcoptor/commit/3317124e81929c00ee6bc374f9a3ee899309f9b4

done!