We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7de397 commit 52ed69fCopy full SHA for 52ed69f
1 file changed
content/posts/tutorials/tor-hidden-service-docker/index.en.md
@@ -55,4 +55,28 @@ RUN apt-get update && apt-get install -y tor && rm -rf /var/lib/apt/lists/*
55
CMD ["tor"]
56
```
57
58
-kubectl create secret generic tor-service-secret --from-file=private-key=private-key-file -n {{ .Values.namespace }}
+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