Skip to content

Commit

Permalink
Increased DNS Made Easy propagation time to 30 seconds (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapral authored Nov 17, 2024
1 parent c12e261 commit e3baa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyVault.Acmebot/Providers/DnsMadeEasyProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public DnsMadeEasyProvider(DnsMadeEasyOptions options)

public string Name => "DNS Made Easy";

public int PropagationSeconds => 10;
public int PropagationSeconds => 30;

public async Task<IReadOnlyList<DnsZone>> ListZonesAsync()
{
Expand Down

0 comments on commit e3baa29

Please sign in to comment.