{{error | safe}}

{{success | safe}}

Dashboard

Manage your domains, alerts and notification methods

Notification providers

What notification providers do you want to use
  • Email: {{email | safe}}
  • Discord: {{discord | safe}}
  • Telegram: {{telegram | safe}}

Notification options

These are global options. Options set per domain will always be higher priority.
  • Domain expiry 1 week notice{% for platform, enabled in expiry_week.items() %}
    {% endfor %}
  • Domain expiry 1 month notice{% for platform, enabled in expiry_month.items() %}
    {% endfor %}
  • Domain transfer alerts{% for platform, enabled in transfer.items() %}
    {% endfor %}
  • Domain edit alerts{% for platform, enabled in edit.items() %}
    {% endfor %}

Domains

  • {% for domain in domains %}
  • {{domain}}/
  • {% endfor %}