Skip to content

codewithadelite/domains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

TOOL FOR DOMAINS MANAGEMENT AND INSIGHT

This tool is used to import domains data from JSON files or onboarded through a REST API Endpoint

Example of domains in JSON:

{
  "fqdn": "domain.com",
  "created_at": "2022-12-27 08:26:49.219717",
  "expire_at": "2022-12-27 08:26:49.219717",
  "deleted_at": "2022-12-27 08:26:49.219717",
  "flags": [
    {
      "flag_type": "EXPIRED",
      "valid_from": "2022-12-27 08:26:49.219717",
      "valid_to": "2022-12-27 08:26:49.219717"
    }
  ]
}

To run this application run the following command:

python3 manage.py runserver

About

A tool to manage domain names and flags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors