init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM alpine:3.20
|
||||
|
||||
RUN apk add --no-cache tor
|
||||
|
||||
COPY torrc /etc/tor/torrc
|
||||
|
||||
CMD ["tor", "-f", "/etc/tor/torrc"]
|
||||
@@ -0,0 +1,5 @@
|
||||
SocksPort 0
|
||||
Log notice stdout
|
||||
|
||||
HiddenServiceDir /var/lib/tor/hs/
|
||||
HiddenServicePort 80 nginx:8080
|
||||
Reference in New Issue
Block a user