Skip to content

Pickachu19/DNS_Server_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS Resolver Simulator

Project Description

A comprehensive GUI-based DNS resolver that demonstrates domain name resolution process with detailed steps and results.

Features

  • Resolve domain names to IP addresses
  • Display step-by-step resolution process
  • Error handling for various DNS resolution scenarios
  • User-friendly PyQt5 interface

Installation

  1. Clone the repository
  2. Create a virtual environment
python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  1. Install dependencies
pip install -r requirements.txt

Running the Application

python run.py

Requirements

  • Python 3.7+
  • PyQt5
  • dnspython

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages