nixos/kresd: fix a recent error in description
This commit is contained in:
parent
93ad21dedd
commit
0a8fb01b80
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ in {
|
|||
default = [];
|
||||
example = [ "198.51.100.1:443" "[2001:db8::1]:443" "443" ];
|
||||
description = ''
|
||||
Addresses and ports on which kresd should provide DNS over HTTPS (see RFC 7858).
|
||||
Addresses and ports on which kresd should provide DNS over HTTPS (see RFC 8484).
|
||||
For detailed syntax see ListenStream in man systemd.socket.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue