Browse Source

readme: added link to relay search

https://github.com/fphammerle/docker-tor-proxy/commit/1440258718237a558dc7a4f1fbdc19f69f6440a0
Fabian Peter Hammerle 3 years ago
parent
commit
23e8df424a
2 changed files with 7 additions and 0 deletions
  1. 6 0
      Dockerfile
  2. 1 0
      README.md

+ 6 - 0
Dockerfile

@@ -10,6 +10,12 @@ RUN apk add --no-cache \
     && chown onion /onion-service
 VOLUME /onion-service
 
+#RUN apk add --no-cache \
+#        less \
+#        man-db \
+#        tor-doc=$TOR_PACKAGE_VERSION
+#ENV PAGER=less
+
 COPY torrc.template entrypoint.sh /
 RUN chmod -c a+rX /torrc.template /entrypoint.sh
 ENV VERSION 3

+ 1 - 0
README.md

@@ -42,6 +42,7 @@ abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrst.onion
 ```sh
 $ sudo docker exec onion_service sh -c 'printf "AUTHENTICATE\nGETINFO circuit-status\nQUIT\n" | nc localhost 9051'
 ```
+relay search: https://metrics.torproject.org/rs.html
 
 ## docker-compose 🐙