commit | 1cedd4ca568aa5570784fa01dfcf5ce720c1a637 | [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 | 25a86c3060472c0f3cfd4bcf5173e8eb65d63e77 [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 &