# IPConfig **Repository Path**: CodingNinja/IPConfig ## Basic Information - **Project Name**: IPConfig - **Description**: 简单、快速的 IP 配置工具。 A simple and easy IP configuration tool. - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-22 - **Last Updated**: 2023-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Csharp, WPF ## README # IPConfig [![Target framework](https://img.shields.io/badge/support-.NET_8.0--Windows7.0-blue)](https://github.com/CodingOctocat/IPConfig) [![GitHub issues](https://img.shields.io/github/issues/CodingOctocat/IPConfig)](https://github.com/CodingOctocat/IPConfig/issues) [![GitHub stars](https://img.shields.io/github/stars/CodingOctocat/IPConfig)](https://github.com/CodingOctocat/IPConfig/stargazers) [![GitHub license](https://img.shields.io/github/license/CodingOctocat/IPConfig)](https://github.com/CodingOctocat/IPConfig/blob/master/LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/codingoctocat/ipconfig/badge)](https://www.codefactor.io/repository/github/codingoctocat/ipconfig) A simple and easy IP configuration tool. Logo --- ## Features - Simple and easy - no need to navigate through the Control Panel for network settings Control Panel - Quick switch between your preset IP configurations - View detailed information about network adapters - Customizable subnet mask and DNS preset list - Batch ping DNS list - Form auto-completion - Light, Dark, Violet themes - ... ## Screenshots mainwindow ## Languages - English - en - 中文 (中国) - zh-CN ## Shortcuts - `F2`: Rename configuration - `F5`: Refresh network adapter list - `F9`: Focus on configuration list - `F11`: View to network adapter IP configuration - `F12`: Navigate to the network adapter details view - `Ctrl+F`: Search configuration - `Ctrl+S`: Save configuration ## FAQ 1. How to customise subnet mask and DNS preset list? > You can create a copy of the template and edit it, while following to file naming convention: `filename[.lang].csv` (Don't use English periods(`.`) in filename). For example, `ipv4_public_dns.fr.csv` is good, `ipv4.public.dns.fr.csv` is bad.