Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support proxy configuration documentation #87

Closed
jeremylcarter opened this issue Dec 19, 2016 · 2 comments
Closed

Support proxy configuration documentation #87

jeremylcarter opened this issue Dec 19, 2016 · 2 comments

Comments

@jeremylcarter
Copy link

jeremylcarter commented Dec 19, 2016

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.

@cDima
Copy link
Owner

cDima commented Dec 20, 2016 via email

@alistairmcmillan
Copy link
Collaborator

Strangely we are behind a corporate proxy and the screensaver just works okay. Usually I have to jump through hoops to get anything to work.

Just mentioning this to point out that it works with some proxies.

@cDima cDima closed this as completed in 80d4ecb Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants