mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
postfix-tlspol: 1.8.15 -> 1.8.16
https://github.com/Zuplu/postfix-tlspol/releases/tag/v1.8.16
(cherry picked from commit 609cad27ad)
This commit is contained in:
committed by
github-actions[bot]
parent
533da0d23b
commit
f36fdd634d
@@ -94,16 +94,13 @@ in
|
||||
|
||||
dns = {
|
||||
address = mkOption {
|
||||
type = types.str;
|
||||
default = if config.networking.resolvconf.useLocalResolver then "127.0.0.1:53" else null;
|
||||
defaultText = literalExpression ''
|
||||
if config.networking.resolvconf.useLocalResolver then
|
||||
"127.0.0.1:53"
|
||||
else
|
||||
null
|
||||
'';
|
||||
type = with types; nullOr str;
|
||||
default = null;
|
||||
example = "127.0.0.1:53";
|
||||
description = ''
|
||||
IP and port to your DNS resolver
|
||||
IP and port to your DNS resolver.
|
||||
|
||||
Uses resolvers from /etc/resolv.conf if unset.
|
||||
|
||||
::: {.note}
|
||||
The configured DNS resolver must validate DNSSEC signatures.
|
||||
|
||||
Reference in New Issue
Block a user