PortProxyGUI/README.md

46 lines
1.4 KiB
Markdown
Raw 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
2023-04-18 19:04:56 +08:00
**The software does not configure the firewall.**
**If necessary, manually configure the firewall.**
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.