docs: releases/v2018.1: add note regarding next_node.name change

Fixes: #1463
This commit is contained in:
Matthias Schiffer 2018-07-14 19:40:05 +02:00
parent 7460431faa
commit 3bf5e1c875
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 14 additions and 0 deletions

View File

@ -268,6 +268,20 @@ must be made:
When shown, the password form requires a minimum password length of 12 characters now. This requirement
can be modified using the *config_mode.remote_login.min_password_length* setting.
* Next-node hostnames
The builtin DNS resolver of Gluon can be configured to resolve a next-node hostname to the
next-node IP address without querying an upstream DNS server. Since Gluon v2018.1, multiple
names can be specified. Old configurations setting *next_node.name* to a string must be
updated to provide an array of strings instead:
.. code-block:: lua
next_node = {
name = { 'nextnode.location.community.example.org' },
-- ...
},
i18n
====