File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased - available on : latest tag for docker image]
5
+
6
+
7
+ ## [ v0.0.2] - 2020-03-21
5
8
### Added
6
9
- PROXY_PORT env parameter for app
10
+ - Multiarch support for docker images
7
11
8
12
### Changed
9
13
ADd caarlos0/env lib for working with ENV variables
@@ -14,7 +18,7 @@ ADd caarlos0/env lib for working with ENV variables
14
18
15
19
### Changed
16
20
- Golang vendoring
17
- - Change Dockerfile for multistage builds with final scratch image
21
+ - Change Dockerfile for multistage builds with final scratch image
18
22
19
23
### Removed
20
- - IDE files
24
+ - IDE files
Original file line number Diff line number Diff line change 1
1
# go-socks5-proxy
2
2
3
+ ![ Latest tag from master branch] ( https://github.com/serjs/socks5-server/workflows/Latest%20tag%20from%20master%20branch/badge.svg )
4
+ ![ Release tag] ( https://github.com/serjs/socks5-server/workflows/Release%20tag/badge.svg )
5
+
3
6
Simple socks5 server using go-socks5 with authentication options
4
7
5
8
## Start container with proxy
You can’t perform that action at this time.
0 commit comments