nixos/kresd: fix a recent error in description

This commit is contained in:
Vladimír Čunát
2020-01-27 20:50:38 +01:00
parent 93ad21dedd
commit 0a8fb01b80

View File

@@ -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.
'';
};