Stormancer / netproxy

A simple .NETCore based, crossplatform, TCP/UDP proxy that supports ipv6
MIT License
124 stars 37 forks source link

[Documentation] forwardIP could be a host name #4

Open maxp1256 opened 2 years ago

maxp1256 commented 2 years ago

According to the documentation forwardIp could only be an IP, but when looking to the source it is read into the parameter remoteServerHostNameOrAddress.

This is a very nice feature when the target ip is changed very often (dyndns) because the built-in netsh portproxy is not able to use dns as a intermediate layer. I think it should be mentioned in the docs!