From 39d237c16a8e4fa646084b538b85382903ef9895 Mon Sep 17 00:00:00 2001 From: bms8197 Date: Sat, 21 Jan 2023 21:05:51 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to dnf run --- csf/csf.allow | 1 + csf/csf.ignore | 3 +++ nginx/conf.d/club3d.ro.conf | 2 +- opendmarc.conf | 2 +- sysconfig/opendmarc | 2 +- tmpfiles.d/opendmarc.conf | 2 +- vsftpd/vsftpd.conf | 5 ++--- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/csf/csf.allow b/csf/csf.allow index 10301a8..c929d99 100644 --- a/csf/csf.allow +++ b/csf/csf.allow @@ -160,3 +160,4 @@ tcp:in:d=5666:s=194.63.143.34 # file.rocks 192.168.0.0/8 # Manually allowed: 192.168.0.0/8 (-) - Sat Sep 17 22:37:08 2022 91.208.142.21 # Manually allowed: 91.208.142.21 (RO/Romania/-/-/dedi142-client21.virtual.gazduire.ro) - Wed Dec 21 13:04:32 2022 86.127.8.66 # Manually allowed: 86.127.8.66 (RO/Romania/Dolj/Craiova/static-86-127-8-66.rdsnet.ro) - Tue Dec 27 00:07:45 2022 +82.76.35.228 # Manually allowed: 82.76.35.228 (RO/Romania/Bucuresti/Bucharest/static-82-76-35-228.rdsnet.ro) - Wed Jan 18 09:03:34 2023 diff --git a/csf/csf.ignore b/csf/csf.ignore index 03d46c8..2ccd2ea 100644 --- a/csf/csf.ignore +++ b/csf/csf.ignore @@ -33,6 +33,7 @@ 86.127.8.66 # RND +82.76.35.226 82.76.35.228 86.120.251.224 @@ -45,3 +46,5 @@ 94.70.109.113 94.68.45.238 +5.12.35.176 +5.12.16.7 diff --git a/nginx/conf.d/club3d.ro.conf b/nginx/conf.d/club3d.ro.conf index 793fc5b..3272e10 100644 --- a/nginx/conf.d/club3d.ro.conf +++ b/nginx/conf.d/club3d.ro.conf @@ -28,7 +28,7 @@ server { } # gzip should not be used with SSL - gzip off; + #gzip off; location /sgwi { auth_basic "Private Zone"; diff --git a/opendmarc.conf b/opendmarc.conf index 4835938..13ed9ac 100644 --- a/opendmarc.conf +++ b/opendmarc.conf @@ -357,7 +357,7 @@ ## either in the configuration file or on the command line. If an IP ## address is used, it must be enclosed in square brackets. # -Socket inet:8893@localhost +Socket local:/run/opendmarc/opendmarc.sock ## SoftwareHeader { true | false } ## default "false" diff --git a/sysconfig/opendmarc b/sysconfig/opendmarc index 7a1a30d..a5b3c35 100644 --- a/sysconfig/opendmarc +++ b/sysconfig/opendmarc @@ -1,2 +1,2 @@ # Set the necessary startup options -OPTIONS="-c /etc/opendmarc.conf -P /run/opendmarc/opendmarc.pid" +OPTIONS="-c /etc/opendmarc.conf" diff --git a/tmpfiles.d/opendmarc.conf b/tmpfiles.d/opendmarc.conf index 5f35a73..95151e9 100644 --- a/tmpfiles.d/opendmarc.conf +++ b/tmpfiles.d/opendmarc.conf @@ -1 +1 @@ -D /run/opendmarc 0700 opendmarc opendmarc - +D /run/opendmarc 0750 opendmarc opendmarc - diff --git a/vsftpd/vsftpd.conf b/vsftpd/vsftpd.conf index 01951f3..efd59a3 100644 --- a/vsftpd/vsftpd.conf +++ b/vsftpd/vsftpd.conf @@ -60,9 +60,8 @@ listen_ipv6=NO # enable passive connections pasv_address=192.168.1.2 pasv_enable=Yes -pasv_enable=Yes -pasv_min_port=44000 -pasv_max_port=44100 +pasv_min_port=40000 +pasv_max_port=40100 port_enable=YES pasv_addr_resolve=NO