Skip to content

Commit 19c298e

Browse files
nh2Mic92
authored andcommittedMay 27, 2017
tinc: Mention in docs that the host name may not be used verbatim. (#26157)
* tinc: Mention in docs that the host name may not be used verbatim. Source: https://github.com/gsliepen/tinc/blob/5c344f297682cf11793407fca4547968aee22d95/src/net_setup.c#L341 * tinc: also replaces non-alphanumeric characters.
1 parent 2ff488c commit 19c298e

File tree

1 file changed

+2
-1
lines changed
  • nixos/modules/services/networking

1 file changed

+2
-1
lines changed
 

‎nixos/modules/services/networking/tinc.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ in
3535
description = ''
3636
The name of the node which is used as an identifier when communicating
3737
with the remote nodes in the mesh. If null then the hostname of the system
38-
is used.
38+
is used to derive a name (note that tinc may replace non-alphanumeric characters in
39+
hostnames by underscores).
3940
'';
4041
};
4142

0 commit comments

Comments
 (0)
Please sign in to comment.