fff-dhcp: add anycast dns server #29

Closed
jkimmel wants to merge 3 commits from jkimmel/firmware:dns-anycast into master

3 Commits

Author SHA1 Message Date
Johannes Kimmel a4fea5022e fff-dhcp: PKG_RELEASE bump
Signed-off-by: Johannes Kimmel <fff@bareminimum.eu>
2021-11-05 15:08:08 +01:00
Johannes Kimmel 32a6d9164d fff-dhcp: add fallback dns server
If the user did not specify a dns server, set a fallback.  Since we
already have multiple servers available on an anycast address, this
address is chosen instead of as specific server.  This should avoid the
issue that the default server might deprecate suddenly.

A warning is still displayed to remind the user to conscientiously
choose a server and not rely on defaults.

Signed-off-by: Johannes Kimmel <fff@bareminimum.eu>
2021-11-05 15:08:08 +01:00
Johannes Kimmel faf1910728 fff-dhcp: remove unused dns server entries
These entries are overwritten by any call to `configuregateway`.
Since they never get used, they should be removed.

Signed-off-by: Johannes Kimmel <fff@bareminimum.eu>
2021-11-05 15:08:08 +01:00