Skip to content

Commit 52ed69f

Browse files
committed
Updated tor notes
1 parent c7de397 commit 52ed69f

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

  • content/posts/tutorials/tor-hidden-service-docker

content/posts/tutorials/tor-hidden-service-docker/index.en.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,28 @@ RUN apt-get update && apt-get install -y tor && rm -rf /var/lib/apt/lists/*
5555
CMD ["tor"]
5656
```
5757

58-
kubectl create secret generic tor-service-secret --from-file=private-key=private-key-file -n {{ .Values.namespace }}
58+
kubectl create secret generic tor-service-secret --from-file=private-key=private-key-file -n {{ .Values.namespace }}
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
<!-- New -->
69+
70+
71+
72+
# Tor website
73+
74+
## Get the domain
75+
76+
https://github.com/cathugger/mkp224o
77+
78+
79+
docker run --rm -it -v $PWD:/keys ghcr.io/cathugger/mkp224o:master -d /keys as
80+
81+
82+
throw files into tor-data

0 commit comments

Comments
 (0)