michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit 2dac43c55a463146ec1ae4545bed9b65fc9262b0
parent 537d478ebbb6c9957c2adf46a887d32be00c5131
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Fri, 28 Jul 2023 16:26:32 +0200

fix: remove lie about pf

Diffstat:
Mcontent/2023/moved-to-openbsd.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/2023/moved-to-openbsd.md b/content/2023/moved-to-openbsd.md @@ -96,7 +96,7 @@ and to start it $ doas rcctl start httpd {{</highlight>}} -And boom. Opening http://michal.sapka.me shows on our site both on IPv4 and IPv6. Under the hood, httpd(8) communicated with pf(4), the firewall of BSD, and opened port 80. Magic! +And boom. Opening http://michal.sapka.me shows on our site both on IPv4 and IPv6. One thing to note here is the limitation of up to HTTP 1.1. HTTP 2 is not supported. Let's add TLS, so we have this cute lock icon. For this, we will request a certificate from [Let's Encrypt](https://letsencrypt.org/) using acme-client(1). If you used certbot, this will look familiar - just tidier.