- Add the ability to listen on a unix socket (see
SOCKET_PATH
). - Added the ability to specify an IP address for binding (see
LISTEN_ADDRESS
).
- Added a version of the program without Docker (x86-64 linux only).
- Handle interrupts and wait for connections to complete.
- Initialize response on startup.
- Update github actions and alpine image.
- Update readme.md to fix MTA_STS_MX typo.
- Update golang and alpine versions.
- Make documentation more useful.
- Remove unnecessary comments, rename the request handler.
- Update github actions.