mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dcb78b66c5 | |||
| 7bce89fedf |
@@ -21,10 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
- Change `SocksTimeout` option by setting `$SOCKS_TIMEOUT_SECONDS`
|
||||
|
||||
### Fixed
|
||||
- upgrade default tor version: 0.4.1.6 -> 0.4.1.9
|
||||
(non-breaking, fixes only, https://gitweb.torproject.org/tor.git/plain/ChangeLog)
|
||||
|
||||
## [1.0.0] - 2019-10-12
|
||||
### Added
|
||||
- Tor Socks5 & DNS proxy
|
||||
|
||||
+4
-4
@@ -1,8 +1,8 @@
|
||||
FROM alpine:3.11
|
||||
FROM alpine:3.12
|
||||
|
||||
ARG CURL_PACKAGE_VERSION=7.67.0-r0
|
||||
ARG BIND_TOOLS_PACKAGE_VERSION=9.14.8-r5
|
||||
ARG TOR_PACKAGE_VERSION=0.4.1.9-r0
|
||||
ARG CURL_PACKAGE_VERSION=7.69.1-r0
|
||||
ARG BIND_TOOLS_PACKAGE_VERSION=9.16.6-r0
|
||||
ARG TOR_PACKAGE_VERSION=0.4.3.5-r0
|
||||
RUN adduser -S onion \
|
||||
&& apk add --no-cache \
|
||||
curl=$CURL_PACKAGE_VERSION \
|
||||
|
||||
@@ -7,7 +7,7 @@ signed tags: https://github.com/fphammerle/docker-tor-proxy/tags
|
||||
```sh
|
||||
$ docker run --rm --name tor-proxy \
|
||||
-p 127.0.0.1:9050:9050/tcp \
|
||||
-p 127.0.0.1:53:53/udp \
|
||||
-p 127.0.0.1:53:9053/udp \
|
||||
fphammerle/tor-proxy
|
||||
```
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
purge_networks: yes
|
||||
ports:
|
||||
- '127.0.0.1:9050:9050/tcp'
|
||||
- '127.0.0.1:53:53/udp'
|
||||
- '127.0.0.1:53:9053/udp'
|
||||
restart_policy: unless-stopped
|
||||
memory: 128M
|
||||
- iptables:
|
||||
|
||||
Reference in New Issue
Block a user