rss button

This commit is contained in:
2025-11-13 14:14:57 +01:00
parent 1be6f12b14
commit f3803b0826
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -11,6 +11,8 @@ Recently I set up this Website as a small side Project in order to learn a littl
After getting my hands on these files I decided that I will try to parse and analyse these bruteforce attacks. Furthermore this will be written in go, because I am trying to hone my skills in it and it allows us to write extremely efficient, fast and lightweight code. After getting my hands on these files I decided that I will try to parse and analyse these bruteforce attacks. Furthermore this will be written in go, because I am trying to hone my skills in it and it allows us to write extremely efficient, fast and lightweight code.
<!--more-->
# Data # Data
The dataset (fail2ban.log file) consists of relatively simple and understandable logs. Here is a snippet of the average log section: The dataset (fail2ban.log file) consists of relatively simple and understandable logs. Here is a snippet of the average log section:
+3 -2
View File
@@ -3,8 +3,9 @@
<nav class="footer-links"> <nav class="footer-links">
<a href="/impressum/">Impressum</a> · <a href="/impressum/">Impressum</a> ·
<a href="/datenschutz/">Datenschutz</a> · <a href="/datenschutz/">Datenschutz</a> ·
<a href="mailto:{{ .Site.Params.email}}">Email</a> <a href="mailto:{{ .Site.Params.email}}">Email</a> ·
<a href="/publickey.asc">PGP-Key</a> <a href="/publickey.asc">PGP-Key</a> ·
<a href="/blog/index.xml">RSS</a>
</nav> </nav>
<div class="copyright">© {{ now.Format "2006" }} {{ .Site.Params.name | default "Your Name" }}</div> <div class="copyright">© {{ now.Format "2006" }} {{ .Site.Params.name | default "Your Name" }}</div>
</div> </div>