modules/environment/networking: implement /etc/hosts options

This commit is contained in:
Evgeny Kurnevsky 2023-07-27 11:48:44 +03:00 committed by Alexander Sosedkin
parent 2301e01d48
commit b324ef2824
6 changed files with 143 additions and 6 deletions

View file

@ -2,6 +2,11 @@
## Release 23.11 (unreleased)
### New Options
* New options `networking.hosts`, `networking.hostFiles` and
`networking.extraHosts` for `/etc/hosts` configuration.
## Release 23.05
### New Options