add tor relay/bridge
This commit is contained in:
parent
89a002f480
commit
741b40bb3a
3 changed files with 299 additions and 0 deletions
13
tor/Dockerfile
Normal file
13
tor/Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM registry.fedoraproject.org/fedora:37
|
||||
|
||||
RUN dnf clean all && \
|
||||
dnf install -y tor nyx util-linux && \
|
||||
dnf clean all
|
||||
|
||||
COPY torrc.conf /torrc
|
||||
|
||||
WORKDIR /
|
||||
|
||||
USER toranon
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tor", "-f", "/torrc"]
|
Loading…
Add table
Add a link
Reference in a new issue