@model BTCPayServer.Models.ServerViewModels.DynamicDnsViewModel[] @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services, "Dynamic DNS Settings"); }

@ViewData["PageTitle"]

Dynamic DNS service allows you to have a stable DNS name pointing to your server, even if your IP address change regulary.
This is recommended if you are hosting BTCPayServer at home and wish to have a clearnet HTTPS address to access your server.

Note that you need to properly configure your NAT and BTCPayServer install to get HTTPS certificate. Check the documentation for more information.

@foreach (var service in Model) { }
Hostname Last updated Enabled Actions
@service.Settings.Hostname @service.LastUpdated @if(service.Settings.Enabled) { } else { } Edit - Remove