DNS XS is a modern Android application that allows you to test and compare the performance of various DNS servers. Find the fastest and most reliable DNS servers for your internet connection with ease.
- Extensive DNS Database: Over 35+ popular DNS servers including Cloudflare, Google, OpenDNS, and more
- Performance Testing: Measure response times for each DNS server
- DNS over HTTPS (DoH): Support for secure DNS queries
- Real-time Sorting: Automatically sorts DNS servers by performance after testing
- Detailed Information: View comprehensive details for each DNS provider
- One-tap Copy: Easily copy DNS addresses to clipboard
- Modern UI: Clean and intuitive Material Design 3 interface
- Offline Support: Works without internet connection using cached data
- Android 7.0 (API level 24) or higher
- Internet connection for initial data loading and testing
- Download the latest APK from Releases
- Enable "Install from unknown sources" in your device settings
- Install the APK file
- Launch the app and start testing DNS servers
- Kotlin: Primary programming language
- Jetpack Compose: Modern UI toolkit
- Material Design 3: Latest design system from Google
- MVVM Architecture: Clean separation of concerns
- Kotlin Coroutines: Asynchronous programming
- Kotlin Serialization: JSON parsing
- Android Architecture Components: ViewModel, LiveData
- Data Loading: The app loads DNS server information from a remote JSON file
- Performance Testing: Each DNS server is tested by establishing a connection to port 53
- Response Measurement: Response times are measured in milliseconds
- Automatic Sorting: Servers are automatically sorted by performance (fastest first)
- Result Display: Results are color-coded for easy interpretation
- 🟢 < 50ms: Excellent performance
- 🟡 50-80ms: Good performance
- ⚫ > 80ms: Acceptable performance
- 🔴 Failed: Connection could not be established
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m "Add your feature"
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request
- Add new DNS servers to the database
- Improve UI/UX design
- Optimize performance testing algorithms
- Fix bugs and issues
- Translate the app to new languages
If you encounter any bugs or have feature requests, please open an issue on GitHub. Include as much detail as possible to help us understand and resolve the problem quickly.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all the DNS providers that offer free public DNS services
- Inspired by various network diagnostic tools
- Built with ❤️ using Kotlin and Jetpack Compose
Made with ❤️ by Hossein Pira