saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-04-02 20:02:32 +03:00
parent cfe60b691d
commit 317f3a697b
3 changed files with 22 additions and 15 deletions

View File

@@ -154,3 +154,8 @@ tcp:in:d=5666:s=194.63.143.34 # file.rocks
82.78.61.49 # Manually allowed: 82.78.61.49 (RO/Romania/Dolj/Craiova/82-78-61-49.rdsnet.ro) - Sat Dec 26 18:01:23 2020 82.78.61.49 # Manually allowed: 82.78.61.49 (RO/Romania/Dolj/Craiova/82-78-61-49.rdsnet.ro) - Sat Dec 26 18:01:23 2020
79.117.136.0 # Manually allowed: 79.117.136.0 (RO/Romania/Dolj/Craiova/79-117-136-0.rdsnet.ro) - Mon Feb 8 09:31:24 2021 79.117.136.0 # Manually allowed: 79.117.136.0 (RO/Romania/Dolj/Craiova/79-117-136-0.rdsnet.ro) - Mon Feb 8 09:31:24 2021
192.168.1.5 # Manually allowed: 192.168.1.5 (-) - Fri Feb 26 09:29:17 2021 192.168.1.5 # Manually allowed: 192.168.1.5 (-) - Fri Feb 26 09:29:17 2021
85.121.136.12 # Manually allowed: 85.121.136.12 (RO/Romania/-/-/unassigned.colocation.gazuireweb.ro) - Fri Apr 1 13:23:52 2022
85.121.136.13 # Manually allowed: 85.121.136.13 (RO/Romania/-/-/unassigned.colocation.gazuireweb.ro) - Fri Apr 1 13:23:54 2022
85.121.136.14 # Manually allowed: 85.121.136.14 (RO/Romania/-/-/unassigned.colocation.gazuireweb.ro) - Fri Apr 1 13:23:55 2022
85.121.136.15 # Manually allowed: 85.121.136.15 (RO/Romania/-/-/unassigned.colocation.gazuireweb.ro) - Fri Apr 1 13:23:56 2022
85.121.136.16 # Manually allowed: 85.121.136.16 (RO/Romania/-/-/unassigned.colocation.gazuireweb.ro) - Fri Apr 1 13:23:58 2022

View File

@@ -23,22 +23,23 @@ case "$1" in
echo "Starting BestCrypt..." echo "Starting BestCrypt..."
rm -rf /dev/bcrypt?* 2>/dev/null rm -rf /dev/bcrypt?* 2>/dev/null
depmod -a cd /usr/src/bestcrypt-3.3.0/build/ && for module in $(ls -lsa *.ko | awk '{print $10}' | cut -d "." -f1); do modprobe $module; done
#depmod -a
modprobe bestcrypt # modprobe bestcrypt
modprobe bc_blowfish # modprobe bc_blowfish
modprobe bc_des # modprobe bc_des
modprobe bc_gost # modprobe bc_gost
modprobe bc_camellia # modprobe bc_camellia
modprobe bc_twofish # modprobe bc_twofish
modprobe bc_bf448 # modprobe bc_bf448
modprobe bc_bf128 # modprobe bc_bf128
modprobe bc_3des # modprobe bc_3des
modprobe bc_idea # modprobe bc_idea
modprobe bc_rijn # modprobe bc_rijn
modprobe bc_cast # modprobe bc_cast
modprobe bc_serpent # modprobe bc_serpent
modprobe bc_rc6 # modprobe bc_rc6
#modprobe bc_noop #modprobe bc_noop

View File

@@ -6,4 +6,5 @@ PrivateKey = qE9nJv/T8IVErGj6XBPvwLPCIVtvAFw5Jyq5SXpeCE8=
PublicKey = Cs83HdMe4ve/UrYNTv9iXJZjJXyI8uAfxlTU4MMWTR8= PublicKey = Cs83HdMe4ve/UrYNTv9iXJZjJXyI8uAfxlTU4MMWTR8=
AllowedIPs = 10.208.0.0/30, 10.209.0.0/30, 10.208.1.0/24, 10.208.254.0/24, 10.208.99.0/24, 172.16.100.0/24, 10.208.150.0/24, 10.208.151.0/24 AllowedIPs = 10.208.0.0/30, 10.209.0.0/30, 10.208.1.0/24, 10.208.254.0/24, 10.208.99.0/24, 172.16.100.0/24, 10.208.150.0/24, 10.208.151.0/24
Endpoint = 86.104.210.218:1194 Endpoint = 86.104.210.218:1194
#Endpoint = 85.121.136.12:1194
PersistentKeepalive = 60 PersistentKeepalive = 60