saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -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
|
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
|
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
|
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
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
86.127.8.66
|
86.127.8.66
|
||||||
|
|
||||||
# RND
|
# RND
|
||||||
|
82.76.35.226
|
||||||
82.76.35.228
|
82.76.35.228
|
||||||
86.120.251.224
|
86.120.251.224
|
||||||
|
|
||||||
@@ -45,3 +46,5 @@
|
|||||||
94.70.109.113
|
94.70.109.113
|
||||||
94.68.45.238
|
94.68.45.238
|
||||||
|
|
||||||
|
5.12.35.176
|
||||||
|
5.12.16.7
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# gzip should not be used with SSL
|
# gzip should not be used with SSL
|
||||||
gzip off;
|
#gzip off;
|
||||||
|
|
||||||
location /sgwi {
|
location /sgwi {
|
||||||
auth_basic "Private Zone";
|
auth_basic "Private Zone";
|
||||||
|
|||||||
@@ -357,7 +357,7 @@
|
|||||||
## either in the configuration file or on the command line. If an IP
|
## either in the configuration file or on the command line. If an IP
|
||||||
## address is used, it must be enclosed in square brackets.
|
## address is used, it must be enclosed in square brackets.
|
||||||
#
|
#
|
||||||
Socket inet:8893@localhost
|
Socket local:/run/opendmarc/opendmarc.sock
|
||||||
|
|
||||||
## SoftwareHeader { true | false }
|
## SoftwareHeader { true | false }
|
||||||
## default "false"
|
## default "false"
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# Set the necessary startup options
|
# Set the necessary startup options
|
||||||
OPTIONS="-c /etc/opendmarc.conf -P /run/opendmarc/opendmarc.pid"
|
OPTIONS="-c /etc/opendmarc.conf"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
D /run/opendmarc 0700 opendmarc opendmarc -
|
D /run/opendmarc 0750 opendmarc opendmarc -
|
||||||
|
|||||||
@@ -60,9 +60,8 @@ listen_ipv6=NO
|
|||||||
# enable passive connections
|
# enable passive connections
|
||||||
pasv_address=192.168.1.2
|
pasv_address=192.168.1.2
|
||||||
pasv_enable=Yes
|
pasv_enable=Yes
|
||||||
pasv_enable=Yes
|
pasv_min_port=40000
|
||||||
pasv_min_port=44000
|
pasv_max_port=40100
|
||||||
pasv_max_port=44100
|
|
||||||
port_enable=YES
|
port_enable=YES
|
||||||
pasv_addr_resolve=NO
|
pasv_addr_resolve=NO
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user