From 8e358f388dab239f0953b32ba754f9ce6f642dba Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 14 Sep 2021 17:39:01 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- apache2/mods-enabled/php7.3.conf | 1 - apache2/mods-enabled/php7.3.load | 1 - apache2/mods-enabled/php7.4.conf | 1 + apache2/mods-enabled/php7.4.load | 1 + bind/named-acl.conf | 2 +- bind/named.conf.options | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) delete mode 120000 apache2/mods-enabled/php7.3.conf delete mode 120000 apache2/mods-enabled/php7.3.load create mode 120000 apache2/mods-enabled/php7.4.conf create mode 120000 apache2/mods-enabled/php7.4.load diff --git a/apache2/mods-enabled/php7.3.conf b/apache2/mods-enabled/php7.3.conf deleted file mode 120000 index 9c8673f..0000000 --- a/apache2/mods-enabled/php7.3.conf +++ /dev/null @@ -1 +0,0 @@ -../mods-available/php7.3.conf \ No newline at end of file diff --git a/apache2/mods-enabled/php7.3.load b/apache2/mods-enabled/php7.3.load deleted file mode 120000 index ea4fee1..0000000 --- a/apache2/mods-enabled/php7.3.load +++ /dev/null @@ -1 +0,0 @@ -../mods-available/php7.3.load \ No newline at end of file diff --git a/apache2/mods-enabled/php7.4.conf b/apache2/mods-enabled/php7.4.conf new file mode 120000 index 0000000..7170bad --- /dev/null +++ b/apache2/mods-enabled/php7.4.conf @@ -0,0 +1 @@ +../mods-available/php7.4.conf \ No newline at end of file diff --git a/apache2/mods-enabled/php7.4.load b/apache2/mods-enabled/php7.4.load new file mode 120000 index 0000000..e223ffc --- /dev/null +++ b/apache2/mods-enabled/php7.4.load @@ -0,0 +1 @@ +../mods-available/php7.4.load \ No newline at end of file diff --git a/bind/named-acl.conf b/bind/named-acl.conf index 1b7f492..0740f8d 100644 --- a/bind/named-acl.conf +++ b/bind/named-acl.conf @@ -117,7 +117,7 @@ acl common-allow-transfer { #---------------------------------------- acl local-host-ips { - 127.0.0.1/8; + 127.0.0.0/8; ::1/128; }; diff --git a/bind/named.conf.options b/bind/named.conf.options index 4fd5f44..3d4c25b 100644 --- a/bind/named.conf.options +++ b/bind/named.conf.options @@ -47,7 +47,7 @@ options { //======================================================================== //dnssec-enable yes; dnssec-validation auto; - dnssec-lookaside auto; + # dnssec-lookaside auto; /* * As of bind 9.8.0: -- 2.39.5