IBI-aws Admin: Setup a proxy
This article describes how to setup a proxy in the IBI-aws Admin.
Step-by-step guide
Open
IBI.aws.Admin.exe.config
with a text editor (e.g. Notepad)Add the
<system.net>
block with the corresponding URL below the<configuration>
block, as shown in the following exampleCODE<configuration> [...] <system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy proxyaddress="http://proxy-address.example:8080" /> </defaultProxy> </system.net> [...] </configuration>
Save the
IBI.aws.Admin.exe.config
Restart IBI-aws Admin