# pycheck_domain **Repository Path**: ttutils/pycheck_domain ## Basic Information - **Project Name**: pycheck_domain - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-15 - **Last Updated**: 2024-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

pycheck_domain

- check_domain.py 检测域名是否做了dns解析,使用示例: ```python if not check_domain(domain): return resp_400() else: return resp_200() ``` 检测ssl证书的开始时间和到期时间,使用示例: ```python start_time, end_time = check_ssl(domain_path) ```