A network diagnosis tool designed for Snao.Hutao Project at DGP-Studio
- Downlaod the latest release
- Run
network-diagnosis-hutao.exe
- Open the network issue in Snap.Hutao repository
- Choose
network issue
- Upload the diagnosis report (txt file)
- Local DNS configuration
- Local IP address
- Traceroute to target hosts
- Ping test
- Speedtest
- Modify the
targeting_hosts
dictionary in themain.py
- the structure is
targeting_hosts: { "target_hostname": "description" }
- sample is
targeting_hosts: { "www.google.com": "Google main website" }
- the structure is