Skip to content
Snippets Groups Projects
Unverified Commit 3bf5e1c8 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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

Fixes: #1463
parent 7460431f
No related branches found
No related tags found
No related merge requests found
......@@ -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
====
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment