Skip to content

Version 3.4.1

Compare
Choose a tag to compare
@TechnikEmpire TechnikEmpire released this 01 Nov 02:48
· 15 commits to master since this release
  • Adds the ability to exclude headers from being excluded. Normally forbidden headers are stripped, but now the user can control this.

  • Adds the ability to configure the proxy server in regards to dropping external proxy packets (originating from another proxy on the local machine).

  • Adds the ability to provide a custom message handler for all proxy server upstream connections. This enables you to define an upstream proxy, etc.

  • Fixes an issue where the host header is not set correctly on modification.

  • Purges singlestons from the source code. Handlers are now instance members of proxy server classes via hidden IStartup instances.