saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2023-08-10 11:58:05 +03:00
parent 2d84c3580c
commit b9d544b9c6
199 changed files with 5119 additions and 120 deletions

View File

@@ -27,8 +27,8 @@ acl "trusted" {
192.168.1.0/24;
172.17.0.0/16;
10.208.1.0/24;
89.121.131.74;
86.104.210.218;
5.12.34.98;
85.121.136.12;
};
acl "world" {
@@ -46,6 +46,9 @@ options {
dump-file "data/cache_dump.db";
statistics-file "/var/named/named.stats";
// forwarders
forwarders { 1.0.0.1; 1.1.1.1; };
// dnssec
dnssec-enable yes;
dnssec-validation yes;
@@ -87,20 +90,20 @@ options {
responses-per-second 50;
errors-per-second 10;
nxdomains-per-second 25;
exempt-clients { 127.0.0.1; 192.168.1.0/24; 10.208.1.0/24; 86.104.210.218/32; };
exempt-clients { 127.0.0.1; 192.168.1.0/24; 10.208.1.0/24; 85.121.136.12/32; };
};
};
logging {
channel default_syslog {
// Send most of the named messages to syslog.
// Send most of the named messages to syslog
syslog local2;
severity error;
};
channel audit_log {
// Send the security related messages to a separate file.
// Send the security related messages to a separate file
file "data/named.log";
severity notice;
print-time yes;