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
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The history has been rewritten to keep the repo small (thus removing all binarie
28
28
29
29
The agent support multiple configuration files. When multiple configurations are found by the agent, the tray icon menu is expanded to contain the different configurations:
The default `config.ini` file contains common configurations, every other config file inherit from it.
34
34
@@ -43,16 +43,18 @@ To create multiple configuration files:
43
43
- restart the agent
44
44
- click the tray bar icon and select the new configuration
45
45
46
+
**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.
47
+
46
48
## When behind a proxy
47
49
48
50
The agent support working behind a proxy, but manual configuration is required ( there is no support for automatic proxy discovery ).
49
51
50
52
To add proxy configuration:
51
53
- stop the agent: tray bar icon -> pause then tray bar icon -> kill
52
54
- find the `config.ini` file that is present in the `arduino-create-agent` installation folder
53
-
- copy `config.ini` or create a new ini file (e.g. `proxy.ini`) with content:
55
+
- copy `config.ini` to a new file (e.g. `proxy.ini`) with content:
**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.
0 commit comments