mydnsjp.toml 716 B

123456789101112131415161718192021222324
  1. Name = "MyDNS.jp"
  2. Description = ''''''
  3. URL = "https://www.mydns.jp"
  4. Code = "mydnsjp"
  5. Since = "v1.2.0"
  6. Example = '''
  7. MYDNSJP_MASTER_ID=xxxxx \
  8. MYDNSJP_PASSWORD=xxxxx \
  9. lego --email you@example.com --dns mydnsjp -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. MYDNSJP_MASTER_ID = "Master ID"
  14. MYDNSJP_PASSWORD = "Password"
  15. [Configuration.Additional]
  16. MYDNSJP_POLLING_INTERVAL = "Time between DNS propagation check"
  17. MYDNSJP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. MYDNSJP_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. MYDNSJP_HTTP_TIMEOUT = "API request timeout"
  20. [Links]
  21. API = "https://www.mydns.jp/?MENU=030"