mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 14:17:46 -04:00
Improved description of proxy ignored addresses. #1566
This commit is contained in:
parent
17dd5ddde5
commit
9fff275f1c
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue