You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Mon, Dec 19, 2016, 6:48 PM Jeremy Child ***@***.***> wrote:
Currently to support a proxy I am using a config file such as
AerialScreenSaverV3.exe.config. If you are using the scr version you will
also need AerialScreenSaverV3.scr.config
<?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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#87>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADl3c9VpZqviojOGJohL6XAhTJSHCZyks5rJxfFgaJpZM4LRT5F>
.
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 needAerial.scr.config
Here is an example configuration file that allows overrides the
Proxy
set byWebClient
.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.
The text was updated successfully, but these errors were encountered: