dns resolvers changing using environment variables

This commit is contained in:
Paramtamtam
2022-08-16 10:08:19 +04:00
parent 93902a6aef
commit 7200ecad96
5 changed files with 30 additions and 8 deletions

View File

@@ -4,6 +4,12 @@ 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.6.0
### Added
- Possibility of changing DNS resolvers using environment variables `NAME_SERVER_1` (primary) and `NAME_SERVER_2` (secondary)
## v1.5.0
### Fixed