]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
etc/config: fix typo in privacy example
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 11 Oct 2021 08:45:39 +0000 (10:45 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 11 Oct 2021 13:45:27 +0000 (15:45 +0200)
etc/config/config.privacy

index d36f3a2d2ede4052f9b2cb75ffbfba3c612d29e6..6c14d7400d72a38ab067ead557989f54938b7159 100644 (file)
@@ -25,7 +25,7 @@ policy.add(policy.slice(
    -- forward over TLS
    policy.TLS_FORWARD({
       {'2001:DB8::d0c', hostname='res.example.com'},
-      {'192.0.2.1', pin_sha256={'YQ=='}
+      {'192.0.2.1', pin_sha256={'YQ=='}},
    }),
    policy.TLS_FORWARD({
       -- multiple servers can be specified for a single slice