commit | dba990916c0f9c035267490255e244830e3c05aa | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jun 11 09:02:43 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Jun 11 09:02:43 2015 -0700 |
tree | 230b06afa50108dca40c8ddc8c6b063b1e5087e5 | |
parent | 09befef33e9f3d36a6bf58ce102eb95bf4c38d16 [diff] |
use socat so the blocked site bounce message can be seen
diff --git a/xos/observers/vcpe/start-bbs.sh b/xos/observers/vcpe/start-bbs.sh index 1370226..c8ee147 100755 --- a/xos/observers/vcpe/start-bbs.sh +++ b/xos/observers/vcpe/start-bbs.sh
@@ -11,3 +11,4 @@ /opt/xerocole/answerx/startStop start answerx cd /opt/xerocole/namecontrols nohup /opt/xerocole/namecontrols/broadbandshield & +nohup socat TCP-LISTEN:80,bind=0.0.0.0,fork TCP4:127.0.0.1:8018 &