saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-12-15 13:17:17 +02:00
parent 933e1a68af
commit 8a3dd155de
24 changed files with 406 additions and 204 deletions

View File

@@ -1,5 +1,13 @@
geo $allowed_clients {
#geo $allowed_clients {
# default 0;
# 192.168.1.0/24 1;
# 188.26.227.57/32 1;
#}
map $remote_addr $allowed_clients {
default 0;
127.0.0.1 1;
192.168.1.0/24 1;
188.26.227.57/32 1;
188.26.227.57 1;
}