Small script that gets domains and checks for the TLSA records.
Find a file
2025-11-24 12:19:29 +02:00
.gitignore Add: first commit 2025-11-24 10:59:48 +02:00
.python-version Add: first commit 2025-11-24 10:59:48 +02:00
check_tlsa.py Fix: don't run mx_get on each loop 2025-11-24 11:55:50 +02:00
LICENSE Add: license 2025-11-24 12:02:15 +02:00
main.py Add: first commit 2025-11-24 10:59:48 +02:00
pyproject.toml Add: small description 2025-11-24 12:19:29 +02:00
README.md Add: copyright notice in readme 2025-11-24 12:18:32 +02:00
uv.lock Add: first commit 2025-11-24 10:59:48 +02:00

tlsa checker

A small script to check if TLSA records are correct for given domains.

Usage

After cloning the repo use uv to install the python environment, by using uv sync.

Then you can run:

uv run main.py <example-domain>

Licence

Copyleft (Ꜿ) 2025 Stin Priza

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.