From 0cfeb55bd5617ec0f2bb6fa2b97dfd4a3e23ef29 Mon Sep 17 00:00:00 2001 From: Alexander Novikov Date: Wed, 4 Mar 2026 11:49:38 +0700 Subject: [PATCH] Fix markdown-lint: add blank line before list in CONFIGURATION.md --- CONFIGURATION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 21b7f4d..03c615d 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -215,6 +215,7 @@ password = "secure_password_2" ### Rules File (rules.toml) Defines connection filtering rules. Rules are split into two independent sections: + - `[inbound]` — client filtering (evaluated at TLS handshake) - `[outbound]` — destination filtering (evaluated per request)