All notable changes to this project will be documented in this file.
- Migrate to distroless docker image from scratch
- New ALLOWED_DEST_FQDN config env paramteter for filtering dest FQND based on regex patterns
- New SetIPWhitelist config env paramteter for setting whitelist set of ip addresses which allowed to use proxy connection
- Dependabot version updates automation
- TZ env varible support for scratch image
- Update golang to 1.16.5
- Migrate to go module
- PROXY_PORT env parameter for app
- Multiarch support for docker images
ADd caarlos0/env lib for working with ENV variables
- Optional auth
- Golang vendoring
- Change Dockerfile for multistage builds with final scratch image
- IDE files