mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
bee925050f
This change migrates from the local DNS validator implementation to the one provided by the Utopia DNS package. This consolidates DNS validation logic and removes duplicate code. Changes: - Remove local Appwrite\Network\Validator\DNS class - Update all imports to use Utopia\DNS\Validator\DNS - Update GraphQL type mapper to reference the new validator class - Remove associated unit tests that are now covered by the Utopia DNS package