Find a file
2024-02-26 09:16:06 +01:00
.github/workflows changing name of the tests 2024-02-23 18:37:55 +01:00
tldtest 404 and 500 2024-02-23 22:45:07 +01:00
tldtester passed on zonefile instead of active DNS-Polling 2024-02-26 09:16:06 +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 passed on zonefile instead of active DNS-Polling 2024-02-26 09:16:06 +01:00
requirements.txt passed on zonefile instead of active DNS-Polling 2024-02-26 09:16:06 +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