Can configure multiple dynamic dns

This commit is contained in:
nicolas.dorier
2019-07-25 18:29:18 +09:00
parent db57b5ae80
commit 63472d54d7
7 changed files with 195 additions and 56 deletions

View File

@@ -19,8 +19,8 @@ namespace BTCPayServer.Models.ServerViewModels
public string Name { get; set; }
public string Url { get; set; }
}
public DynamicDnsSettings Settings { get; set; }
public bool Modify { get; set; }
public DynamicDnsService Settings { get; set; }
public string LastUpdated
{
get