Revert "v3.0.1: default propagation 20s -> 60s for edge-replica convergence"
This reverts commit 3d606b20bc.
This commit is contained in:
@@ -39,13 +39,8 @@ class Authenticator(dns_common.DNSAuthenticator):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def add_parser_arguments(cls, add):
|
def add_parser_arguments(cls, add):
|
||||||
# yeil serves DNS from edge replicas fed by a replication log, so a
|
|
||||||
# freshly-written TXT takes a little time to appear on every
|
|
||||||
# authoritative nameserver. 20s was too tight and tripped Let's
|
|
||||||
# Encrypt's secondary (multi-perspective) validation against a
|
|
||||||
# not-yet-converged replica; 60s gives all replicas time to catch up.
|
|
||||||
super(Authenticator, cls).add_parser_arguments(
|
super(Authenticator, cls).add_parser_arguments(
|
||||||
add, default_propagation_seconds=60
|
add, default_propagation_seconds=20
|
||||||
)
|
)
|
||||||
add("credentials", help="Path to your yeil credentials INI file.")
|
add("credentials", help="Path to your yeil credentials INI file.")
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="certbot-dns-yeil",
|
name="certbot-dns-yeil",
|
||||||
version="3.0.1",
|
version="3.0.0",
|
||||||
description="yeil DNS Authenticator plugin for Certbot",
|
description="yeil DNS Authenticator plugin for Certbot",
|
||||||
url="https://git.eskimo.dev/Yeil/certbot-dns-yeil",
|
url="https://git.eskimo.dev/Yeil/certbot-dns-yeil",
|
||||||
author="yeil",
|
author="yeil",
|
||||||
|
|||||||
Reference in New Issue
Block a user