summaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2021-10-10 21:29:17 -0400
committermorpheus65535 <[email protected]>2021-10-10 21:29:17 -0400
commit9fff275f1ced4f77d297aa1775ca72b6067e1c83 (patch)
tree14714418aa96696749e3cca1197fa5345053a7c7 /frontend
parent17dd5ddde5bd9a67f9c3ffea3d9e485927b824e2 (diff)
downloadbazarr-9fff275f1ced4f77d297aa1775ca72b6067e1c83.tar.gz
bazarr-9fff275f1ced4f77d297aa1775ca72b6067e1c83.zip
Improved description of proxy ignored addresses. #1566
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/Settings/General/index.tsx6
1 files changed, 5 insertions, 1 deletions
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 = () => {
</Input>
<Input name="Ignored Addresses">
<Chips settingKey="settings-proxy-exclude"></Chips>
- <Message>'*.' as a wildcard for subdomains</Message>
+ <Message>
+ List of excluded domains or IP addresses. Asterisk(wildcard),
+ regex and CIDR are unsupported. You can use '.domain.com' to
+ include all subdomains.
+ </Message>
</Input>
</CollapseBox.Content>
</CollapseBox>