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 &