The wgbooster.dll interface has been enriched to provide extended functionality for EpexGUI. These enhancements enable the application to better manage the WireSock VPN Client and improve the user experience.
v.1.2.17
Support for non-ASCII characters in the path name of the Wireguard configuration file has been added to enhance compatibility on Windows systems.
v.1.2.16
Fixed bug in parsing IPv6 endpoint.
v.1.2.15
When running in application mode and the configuration file is missing or corrupted, the application exits, instead of trying to load the configuration again.
AllowedApps/DisallowedApps behavior has changed:
If both AllowedApps and DisallowedApps are specified, packets that do not match the AllowedApps criteria are not forwarded to the tunnel.
When a DNS server is specified in the configuration file, all DNS requests are forwarded through the tunnel. To change this default behavior, you can specify the process name of the DNS Client service (dnscache) in the DisallowedApps. In the latter case, DNS queries initiated by the DNS Client service will not be forwarded through the tunnel.
v.1.2.12
Updated to the latest Boringtun master branch (October 8, 2022).
Fixed a race condition when connecting to a WireGuard server in adapterless mode. This could lead to unwanted reconnections.
AllowedApps/DisallowedApps can now check path name instead of just filename. Path name validation is performed if at least one slash or backslash character is specified to prevent unwanted path/filename matches in certain environments.