summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/guide/beware-of-the-python-crawlers.md2
-rw-r--r--content/guide/stuff-about-dns-and-ip.md2
-rw-r--r--content/old.blog/trying-out-helix.md2
3 files changed, 2 insertions, 4 deletions
diff --git a/content/guide/beware-of-the-python-crawlers.md b/content/guide/beware-of-the-python-crawlers.md
index ad2f333..dd2efd2 100644
--- a/content/guide/beware-of-the-python-crawlers.md
+++ b/content/guide/beware-of-the-python-crawlers.md
@@ -95,7 +95,7 @@ A default config is provided in `/etc/fail2ban/jail.conf`, don't edit it as your
This is the configuration I use for fail2ban. You can use it and edit it as much as you want.
```toml
-{{< include-remote url="https://codeberg.org/mielota/dox/raw/branch/main/etc/fail2ban/jail.local" >}}
+{{< include-remote url="https://codeberg.org/mielota/dox/raw/branch/main/debian13/etc/fail2ban/jail.local" >}}
```
After saving the changes you made to your `jail.local`, restart fail2ban.
diff --git a/content/guide/stuff-about-dns-and-ip.md b/content/guide/stuff-about-dns-and-ip.md
index 981ccb0..eaf8528 100644
--- a/content/guide/stuff-about-dns-and-ip.md
+++ b/content/guide/stuff-about-dns-and-ip.md
@@ -139,7 +139,7 @@ Here are some useful links if you want to use blocky on your server/computer.
Use this command to get the blacklists I use (if you want the same ones):
```sh
-curl -fsSL "https://codeberg.org/mielota/dox/raw/branch/main/opt/blocky/blocky.yml" | grep -o "\- http.*"
+curl -fsSL "https://codeberg.org/mielota/dox/raw/branch/main/debian13/opt/blocky/blocky.yml" | grep -o "\- http.*"
```
### Get records of a domain name
diff --git a/content/old.blog/trying-out-helix.md b/content/old.blog/trying-out-helix.md
index 01d1746..a9e592d 100644
--- a/content/old.blog/trying-out-helix.md
+++ b/content/old.blog/trying-out-helix.md
@@ -42,5 +42,3 @@ It uses an _object-verb_ system : you first specify the object, then the action
After using Helix for roughly 5 mins, I can say that I feel more comfortable **learning** Helix rather than Neovim. The Keybindings make more sense and are more intuitive.
You must have your own opinion on the subject, stop reading stupid blog posts about helix and just give it a shot :)
-
-If you want to see my helix and neovim config here are my [dotfiles](https://codeberg.org/mielota/dox/src/branch/main/home/.config)