PortProxyGUI/README.md

77 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

2020-05-29 11:01:23 +08:00
# PortProxyGUI
2020-09-24 18:06:57 +08:00
A manager for netsh interface portproxy, which is to evaluate TCP/IP port redirect on windows.
2020-05-29 11:01:23 +08:00
2020-05-29 11:05:21 +08:00
![UI](https://raw.githubusercontent.com/zmjack/PortProxyGUI/master/docs/ui.png)
2020-05-29 11:01:23 +08:00
2024-06-13 21:03:47 +08:00
<br/>
2024-06-13 21:09:05 +08:00
> [!NOTE]
2024-06-13 21:03:47 +08:00
>
> The software does not configure the firewall.
>
> If necessary, manually configure the firewall.
<br/>
## Runtimes
### .NET
| Target framework | Link |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| ![Static Badge](https://img.shields.io/badge/.NET-8.0-8A2BE2) | [Download .NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) |
| ![Static Badge](https://img.shields.io/badge/.NET-6.0-8A2BE2) | [Download .NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) |
### .NET Framework
2023-04-18 19:04:56 +08:00
2024-06-13 21:03:47 +08:00
| Icon | Denote |
| ---- | ------------------------------------------------------------ |
| ✔️ | OS versions on which is **installed by default**. |
| | OS versions on which doesn't come installed but **can be installed**. |
2023-04-18 19:04:56 +08:00
2024-06-13 21:03:47 +08:00
| Target framework | Windows | Windows Server | Link |
| ------------------------------------------------------------ | -------------------------- | --------------------------------- | ------------------------------------------------------------ |
2024-06-13 21:09:05 +08:00
| ![Static Badge](https://img.shields.io/badge/.NET_Framework-4.5.1-blue) | ✔️ **8.1 +**<br /> Vista + | ✔️ **2012 R2 +**<br /> 2008 SP2 + | [Download](https://dotnet.microsoft.com/download/dotnet-framework/net451) |
| ![Static Badge](https://img.shields.io/badge/.NET_Framework-3.5-blue) | ✔️ **7 +**<br /> Vista | ✔️ **2008 R2 SP1 +**<br /> 2003 + | [Download](https://dotnet.microsoft.com/download/dotnet-framework/net35-sp1) |
2023-04-18 19:04:56 +08:00
2024-06-13 21:09:05 +08:00
> [!NOTE]
2024-06-13 21:03:47 +08:00
>
> If you're using Windows 8, Windows Server 2008 R2 SP1, or greater.
>
> we recommend [installing .NET Framework 3.5 through the control panel](https://learn.microsoft.com/dotnet/framework/install/dotnet-35-windows-10?WT.mc_id=dotnet-35129-website).
2023-04-18 19:04:56 +08:00
2021-03-10 01:43:40 +08:00
<br/>
2022-02-23 01:02:04 +08:00
## Upgrade
2024-06-13 19:39:58 +08:00
- **v1.4.2**
- Change the default font from ~~`Microsoft Sans Serif`~~ to **`Arial`**.
- This setting provides better compatibility on operating systems with fewer fonts.
2023-06-14 01:52:07 +08:00
- **v1.4.1**
2024-06-13 19:39:58 +08:00
- Add a status strip at the bottom of the window.
- Add a check of the IP Helper service status, if the service is not running, a prompt will be displayed on the bottom status bar.
2023-03-10 03:39:33 +08:00
- **v1.4.0**
- Command line calls have been removed to provide better performance.
2023-03-10 21:28:51 +08:00
- New Feature Added: **Remember Window/Column Size**.
2023-03-10 03:39:33 +08:00
- New Feature Added: **Flush DNS Cache**.
2023-03-10 04:15:00 +08:00
- New Feature Added: **Support import and export configuration database**.
2022-12-06 17:14:02 +08:00
- **v1.3.1 - v1.3.2**
2022-12-05 21:05:36 +08:00
- Fix program crash caused by wrong rules.
2022-02-23 01:02:04 +08:00
- **v1.3.0**
- Update display, provide comments and grouping.
- Fix the problem that the window size is not the same in different runtimes.
<br/>
2021-03-10 01:43:40 +08:00
## Information
The configuration file will be generated at:
```
[MyDocuments]\PortProxyGUI\config.db
```
The configuration database will be migrated **automatically** if the newer version software is used.