mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
@@ -42,6 +42,9 @@ namespace NzbDrone.Api.Config
|
||||
.ValidIp4Address()
|
||||
.NotListenAllIp4Address()
|
||||
.When(c => c.BindAddress != "*");
|
||||
|
||||
SharedValidator.RuleFor(c => c.UrlBase)
|
||||
.ValidUrlBase();
|
||||
}
|
||||
|
||||
private HostConfigResource GetHostConfig()
|
||||
|
||||
Reference in New Issue
Block a user