From 9fff275f1ced4f77d297aa1775ca72b6067e1c83 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sun, 10 Oct 2021 21:29:17 -0400 Subject: [PATCH] Improved description of proxy ignored addresses. #1566 --- frontend/src/Settings/General/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/Settings/General/index.tsx b/frontend/src/Settings/General/index.tsx index 7476ef3d0..090093a2b 100644 --- a/frontend/src/Settings/General/index.tsx +++ b/frontend/src/Settings/General/index.tsx @@ -144,7 +144,11 @@ const SettingsGeneralView: FunctionComponent = () => { - '*.' as a wildcard for subdomains + + List of excluded domains or IP addresses. Asterisk(wildcard), + regex and CIDR are unsupported. You can use '.domain.com' to + include all subdomains. +