diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-31 22:50:30 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-31 22:50:30 +0000 |
| commit | a13db6968d94306b2bd92d1462abd95bb738d17b (patch) | |
| tree | 9fa41d34a7a06d5300439ae635ac8ee603ed03bd /renew-all | |
| parent | 04cc00076fb4c74feef47f45c60ed7808c8f6296 (diff) | |
DNS is now managed by Mythic Beasts for all domains - the desec variables are
no longer used or needed.
Diffstat (limited to 'renew-all')
| -rwxr-xr-x | renew-all | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -60,8 +60,6 @@ def main() -> None: + actions[args.action] ) environment = { - "DESEC_POLLING_INTERVAL": str(config["timeout_seconds"]), - "DESEC_TOKEN": config["desec_token"], "MYTHICBEASTS_PASSWORD": config["mythic_beasts_secret"], "MYTHICBEASTS_POLLING_INTERVAL": str(config["timeout_seconds"]), "MYTHICBEASTS_USERNAME": config["mythic_beasts_key_id"], |
