Skip to content

philiphoy/boa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Boa

Tcp proxy that is pausable.

To run:

:~#python boa.py [input port] [output port] [pause seconds]

Then to pause send a USR1 signal to the proccess:

:~#pkill -USR1 python

or

:~#ps -Al
to get the pid

:~#kill -USR1 [pid]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages