File size: 1,850 Bytes
7dca0de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Changelog

All notable changes to this package will be documented in this file.

The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].

## v1.8.2

### Removed

- `ppc64le` architecture support

## v1.8.1

### Added

- Multi-arch image support (plus `arm64` and `ppc64le`) [#31]

### Fixed

- Error page colors now depend on the theme, and the text is centered [#31]

[#31]:https://github.com/tarampampam/3proxy-docker/pull/31

## v1.8.0

### Added

- `EXTRA_ACCOUNTS` environment variable is supported now [#28]

[#28]:https://github.com/tarampampam/3proxy-docker/issues/28

## v1.7.0

### Added

- The following environment variables are supported now: `MAX_CONNECTIONS`, `PROXY_PORT`, `SOCKS_PORT`

### Changed

- Entrypoint script (`bash`) replaced with [`mustpl`](https://github.com/tarampampam/mustpl)
- The result docker image `busybox:1.34.1-glibc` replaced with `busybox:stable-glibc`

### Removed

- Dockerfile healthcheck

## v1.6.0

### Added

- Possibility of changing DNS resolvers using environment variables `PRIMARY_RESOLVER` (primary) and `SECONDARY_RESOLVER` (secondary)

## v1.5.0

### Fixed

- Docker image building optimized

### Added

- Healthcheck in the dockerfile

## v1.4.0

### Changed

- 3proxy updated from `0.9.3` up to `0.9.4`

## v1.3.0

### Changed

- Logging in JSON format

## v1.2.0

### Changed

- 3proxy updated from `0.8.13` up to `0.9.3`

## v1.1.0

### Removed

- Environment variable `AUTH_REQUIRED` support

### Changed

- Proxy error pages a little bit styled

## v1.0.0

### Fixed

- Dockerfile and docker entry-point script cleanup

## v0.1.1

### Fixed

- Docker entry-point script clean

## v0.1.0

### Changed

- First project release

[keepachangelog]:https://keepachangelog.com/en/1.0.0/
[semver]:https://semver.org/spec/v2.0.0.html