Documentation fixes
This commit is contained in:
parent
396db6493d
commit
2f97993992
@ -34,12 +34,12 @@ in
|
|||||||
default = {};
|
default = {};
|
||||||
example = ''
|
example = ''
|
||||||
{
|
{
|
||||||
"localhost" = [ "foo.bar" ];
|
"127.0.0.1" = [ "foo.bar.baz" ];
|
||||||
"192.168.0.2" = [ "fileserver.local" "nameserver.local" ];
|
"192.168.0.2" = [ "fileserver.local" "nameserver.local" ];
|
||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
Locally defined maps of IP addresses to hostnames'
|
Locally defined maps of hostnames to IP addresses.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user