Skip to content

Instantly share code, notes, and snippets.

View nflatrea's full-sized avatar
🍰
The cake is a lie !

Beemo nflatrea

🍰
The cake is a lie !
View GitHub Profile
@nflatrea
nflatrea / Dockerfile
Created August 21, 2024 12:27
HTTP to SOCKS for proxying Tor hidden services to clearnet
# ----------------------------------
# ./Dockerfile
# ----------------------------------
FROM alpine:edge
MAINTAINER nflatrea <nflatrea@mailo.com>
ADD ./entry_point.sh /
RUN apk update \