diff --git a/tor-container/Dockerfile b/tor-container/Dockerfile deleted file mode 100644 index 52c8213..0000000 --- a/tor-container/Dockerfile +++ /dev/null @@ -1,14 +0,0 @@ -FROM fabric8/java-centos-openjdk8-jdk - -MAINTAINER Thomas Philipona - -EXPOSE 9050 - -USER root - -RUN yum install -y curl -RUN yum install -y epel-release && yum install -y tor - -USER toranon - -CMD tor \ No newline at end of file diff --git a/websocket_bridge/webhook.sh b/websocket_bridge/webhook.sh new file mode 100755 index 0000000..61cf98e --- /dev/null +++ b/websocket_bridge/webhook.sh @@ -0,0 +1,2 @@ +#!/bin/bash +curl --socks5-hostname $TOR_HOST:$TOR_PORT $WEBHOOK_URL