Skip to content

Commit 7f30316

Browse files
committed
daily
1 parent 0ffc953 commit 7f30316

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.typos.toml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ extend-exclude = [
33
"mail/courier-pythonfilter/",
44
"mail/msglint/",
55
"mysql/mysqltuner/",
6+
"repo/",
67
"webserver/server-configs-nginx/",
78
".git/",
89
"Intercom.md", # HU
@@ -32,6 +33,7 @@ extend-ignore-re = [
3233
" ue End underlining",
3334
"\\|ignor\\[ei\\]",
3435
"nmap -n -Pn",
36+
"vim:.*\\bnoet\\b",
3537
]
3638

3739
[default.extend-words]

monitoring/apache-4xx-report.sh

+5
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ done <<<"${APACHE_CONFIGS}" >"${LOG_EXCERPT}"
173173
echo "Ignored: $(printf '%4d' "${COUNT}") × #${PATTERN}#"
174174
done
175175

176+
# Summary
177+
#Array_to_lines "${IGNORE_PATTERNS[@]}" \
178+
# | grep --extended-regexp --invert-match --file=- "${LOG_EXCERPT}" \
179+
# | sed -n -e 's#^\(\S\+:\).* \(".\+" [0-9]\+\) .*$#\1 \2#p' | sort | uniq -cd
180+
176181
Array_to_lines "${IGNORE_PATTERNS[@]}" \
177182
| grep --extended-regexp --invert-match --file=- "${LOG_EXCERPT}" \
178183
| dd iflag=fullblock bs=1M count=2 2>/dev/null

security/myattackers-ipsets/ipset/datacamp.ipset

+7-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ add datacamp 64.137.61.0/24
1818
#add datacamp 84.17.43.0/24
1919
#add datacamp 103.47.54.0/24
2020
#add datacamp 138.128.151.0/24
21+
add datacamp 166.1.12.0/24
2122
# IPXO / Invermae
2223
add datacamp 185.240.120.0/23
2324

@@ -28,6 +29,7 @@ add datacamp 193.218.190.0/24
2829

2930
# AS206092 - IPXO / SECFIREWALL / Internet Utilities Europe and Asia
3031
add datacamp 37.140.223.0/24
32+
add datacamp 194.195.91.0/24
3133
# LAYERSWITCH
3234
add datacamp 37.140.254.0/24
3335
# Legaco, Panq
@@ -56,10 +58,10 @@ add datacamp 45.8.19.0/24
5658
# VPN Consumer Washington DC
5759
add datacamp 136.144.42.0/24
5860

59-
add datacamp 166.1.12.0/24
61+
# AS7203 - Leaseweb USA
6062
add datacamp 191.101.41.0/24
6163

62-
# AS42831 / Legaco
64+
# AS42831 - Legaco
6365
add datacamp 185.192.70.0/24
6466

6567
# AS137409 - Global Secure Layer
@@ -70,3 +72,6 @@ add datacamp 212.30.37.0/24
7072
add datacamp 157.254.225.0/24
7173

7274
# AS202044 - Getechbrothers
75+
76+
# AS7018 - AT&T / Internet Utilities Europe and Asia / IPXO
77+
add datacamp 88.209.255.0/24

webserver/Production-website.md

+1
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ tail -f /var/log/apache2/SITE_USER-error.log | sed -e 's|\\n|\n●|g'
439439

440440
### SEO
441441

442+
- Canonical URL-s, www/non-www/http/https redirection
442443
- `blog_public` and robots.txt :snail:
443444
- XML sitemaps linked from robots.txt :snail:
444445
- Excluded pages: `noindex, nofollow` :snail:

0 commit comments

Comments
 (0)