mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -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