Skip to content

Commit ad34131

Browse files
authored
Add proxy configuration to README
1 parent b7c1575 commit ad34131

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: README.md

+17
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,23 @@ To create multiple configuration files:
9494
- restart the agent
9595
- click the tray bar icon and select the new configuration
9696

97+
## When behind a proxy
98+
99+
The agent support working behind a proxy, but manual configuration is required ( there is no support for automatic proxy discovery ).
100+
101+
To add proxy configuration:
102+
- stop the agent: tray bar icon -> pause then tray bar icon -> kill
103+
- find the `config.ini` file that is present in the `arduino-create-agent` installation folder
104+
- edit the `config.ini` file adding this lines under the `[env]` section ( create it if not present ):
105+
```ini
106+
http_proxy=yourproxyhere
107+
https_proxy=yourhttpsproxyhere
108+
```
109+
- restart the agent
110+
111+
**Tip**: you can also use the multiple configurations feature to create a new configuration with the proxy settings. This way you can have multiple proxies configured and disable proxy configuration with ease.
112+
113+
97114
# Contributing
98115

99116
Please use the current latest version:

0 commit comments

Comments
 (0)