From c97203361f51144f915437d78560fd158f019bac Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 20 Apr 2023 12:56:55 +0200 Subject: [PATCH] Improve rules config description --- profile/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile/config.go b/profile/config.go index 340578d7..416de06b 100644 --- a/profile/config.go +++ b/profile/config.go @@ -270,6 +270,8 @@ Examples: - "1.1.1.1 ICMP" Important: DNS Requests are only matched against domain and filter list rules, all others require an IP address and are checked only with the following IP connection. + +Pro Tip: You can use "#" to add a comment to a rule. `, `"`, "`") // rulesVerdictNames defines the verdicts names to be used for filter rules.