From: Zoltán Felleg Date: Thu, 31 Mar 2022 06:55:20 +0000 (+0200) Subject: Updated pns.pm (updated named.conf to explicitly allow sns notifications). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=60873bbd5ae50f2fdafa9996acb4c813bff25612;p=user-lxc.git Updated pns.pm (updated named.conf to explicitly allow sns notifications). --- 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;