diff options
author | d3v11 <d3v11@d3v11.ano> | 2011-10-15 19:45:58 -0500 |
---|---|---|
committer | d3v11 <d3v11@d3v11.ano> | 2011-10-15 19:45:58 -0500 |
commit | cc49c406d9533460dfbe8ac53a1a305184486e06 (patch) | |
tree | 8ac1bb477f91e22f6e63273ba7284f5d91d4bb81 /contrib/anoproxy/run | |
parent | 1c52172a6befabae44353c3540552df621af0dea (diff) | |
download | resdb-cc49c406d9533460dfbe8ac53a1a305184486e06.tar.gz resdb-cc49c406d9533460dfbe8ac53a1a305184486e06.zip |
Added AnoProxy, simple tool to create an outbound proxy from AnoNet(2)
Diffstat (limited to 'contrib/anoproxy/run')
-rwxr-xr-x | contrib/anoproxy/run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/anoproxy/run b/contrib/anoproxy/run new file mode 100755 index 0000000..bd33a6e --- /dev/null +++ b/contrib/anoproxy/run @@ -0,0 +1,4 @@ +#!/bin/bash +pkill anoproxy +sleep 1 +usewithtor ./anoproxy -s `cat IP` -p `cat PORT` |