Skip to content

Support proxy configuration documentation #87

@jeremylcarter

Description

@jeremylcarter

Currently to support a proxy I am using a config file such as Aerial.exe.config. If you are using the scr version you will also need Aerial.scr.config

Here is an example configuration file that allows overrides the Proxy set by WebClient.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
     <system.net>
      <defaultProxy enabled="true">
          <proxy proxyaddress="http://127.0.0.1:3128" />
     </defaultProxy>
  </system.net>
</configuration>

Would it be possible to add this to the documentation? If you are behind a proxy some users will not know how to configure this.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions