From 60873bbd5ae50f2fdafa9996acb4c813bff25612 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Thu, 31 Mar 2022 08:55:20 +0200 Subject: [PATCH] Updated pns.pm (updated named.conf to explicitly allow sns notifications). --- sources/pns.pm/c3d/postinstall/install-data/etc/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/pns.pm/c3d/postinstall/install-data/etc/named.conf b/sources/pns.pm/c3d/postinstall/install-data/etc/named.conf index 72da0ea..f8a8668 100644 --- a/sources/pns.pm/c3d/postinstall/install-data/etc/named.conf +++ b/sources/pns.pm/c3d/postinstall/install-data/etc/named.conf @@ -125,7 +125,7 @@ masters source_ns_master { 10.228.109.204 key "source_ns-perimeter_ns"; }; server 10.228.109.204 { keys { "source_ns-perimeter_ns"; }; }; view "perimeter" { - match-clients { localnets; localhost; }; + match-clients { localnets; localhost; source_ns_key_acl; }; recursion yes; -- 2.54.0