Improved description of proxy ignored addresses. #1566

This commit is contained in:
morpheus65535 2021-10-10 21:29:17 -04:00
parent 17dd5ddde5
commit 9fff275f1c
1 changed files with 5 additions and 1 deletions

View File

@ -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>