© 2026 Hedgehog Software, LLC
null
builder.Services.Configure<DnsRecordOptions>(builder.Configuration.GetSection("DnsRecords"));
"DnsRecords:": { "ARecord": "0.0.0.0", },
public record DnsRecordOptions { public required string ARecord { get; init; } }
DnsRecords
appsettings.json
appsetting.Development.json