From 67a061048e37d6cc88ff1c139277c2ea2d17367a Mon Sep 17 00:00:00 2001 From: Kuchen Date: Fri, 13 Oct 2023 22:28:16 +0200 Subject: [PATCH] changed description for proxyDelimiter --- settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.yaml b/settings.yaml index 707e128..bd0dc61 100644 --- a/settings.yaml +++ b/settings.yaml @@ -11,5 +11,5 @@ timeout: "10", # Sets timeout for the sites | '?' for asking | '[seconds]' | '10' is default - proxyDelimiter: ":" # Set custom Delimiter for proxies. | '?' for asking | ':' is default | You can use multiple symbols to find multiple proxy formats. + proxyDelimiter: ":" # Set custom Delimiter for proxies (proxy[DELIMITER]port). | '?' for asking | ':' is default | Regex can be used } \ No newline at end of file