{% extends 'layout/base.twig' %} {% set title = 'Bulk Add Domains' %} {% set pageTitle = 'Bulk Add Domains' %} {% set pageDescription = 'Add multiple domains at once' %} {% set pageIcon = 'fas fa-layer-group' %} {% block content %}
{{ csrf_field() }}

Enter one domain per line. Domains without http:// or www.

All imported domains will be tagged with these tags.

Available Tags:

{% for tag in availableTags %} {% endfor %}

Assign all domains to this notification group

Cancel

How It Works

Paste domain names or upload a CSV/JSON file. The system will fetch WHOIS information for each domain automatically. This may take a few moments depending on how many domains you're adding.

Important Notes

  • Duplicate domains will be skipped
  • Invalid domains will be reported
  • Large batches may take several minutes
{% endblock %} {% block scripts %} {% endblock %}