Find a file
2024-02-23 18:37:07 +01:00
.github/workflows django test 2024-02-11 19:45:22 +01:00
tldtest proper linting 2024-02-23 18:37:07 +01:00
tldtester flake 2024-02-15 18:09:45 +01:00
.gitignore actual git ignore 2024-02-12 17:12:14 +01:00
LICENSE initial stuff for start 2024-02-11 19:21:12 +01:00
manage.py basic django stuff 2024-02-11 19:27:45 +01:00
README.md basic doc 2024-02-11 19:25:49 +01:00
requirements.in not yet working 2024-02-12 21:16:22 +01:00
requirements.txt not yet working 2024-02-12 21:16:22 +01:00

This is the main website for tldtest.net

This site has the purpose of testing the response time of TLD nameservers everywhere in the world.

To run in test environment :

virtualenv -p python3.11 venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver