Skip to content

v0.2.0

Compare
Choose a tag to compare
@doroved doroved released this 24 Oct 22:08
· 29 commits to main since this release

New Features and Improvements

  • Caching of Filtered Hosts: Implemented caching for hosts that have passed proxy filters, which speeds up the processing of network requests.

  • Config File Access: You can now connect to the configuration file from any location using --config. By default, the configuration file is located at ~/.proxer/config.json5.

  • DPI Bypass: DPI bypass is disabled by default. To enable it, use the --dpi option.

  • Log Filtering: By default, only critical connection errors are displayed in the logs. Use --log-error-all to show all errors.

  • Filter Name in Logs: The name of the filter that a host has been subjected to is now displayed in the logs.

  • Custom Local Server Port: You can set the port for the Proxer local server using --port. A random port is used by default.

  • Support for Non-Authenticated Proxies: You can now use proxies without authentication by leaving the username and password fields empty.

Summary

This release introduces several enhancements that improve performance, configurability, and logging for a better user experience.