1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

Fixed: Improve Bind Address validation and help text

Closes #622
This commit is contained in:
Mark McDowall
2022-12-04 22:08:56 -08:00
committed by Mark McDowall
parent 9e6b32ca3e
commit 6bdeafcf8c
5 changed files with 53 additions and 22 deletions

View File

@@ -39,7 +39,7 @@ function HostSettings(props) {
<FormInputGroup
type={inputTypes.TEXT}
name="bindAddress"
helpText="Valid IPv4 address or '*' for all interfaces"
helpText="Valid IP address, localhost or '*' for all interfaces"
helpTextWarning="Requires restart to take effect"
onChange={onInputChange}
{...bindAddress}