Skip to content

Commit

Permalink
add proxy configuration information
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Jul 5, 2022
1 parent 804e44a commit bc68564
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,23 @@ Example install command: `msiexec /i "C:\Downloads\JitsiMeetOutlook-v0.6.0-windo

All settings can be changed from the settings menu after installation.

### Proxy

Set them via `PROXY_INFORMATION` variable, e.g.:

```
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy
usesystemdefault="true"
proxyaddress="http://192.168.1.10:3128"
bypassonlocal="true"
/>
<proxy autoDetect="true" scriptLocation="http:/wpad.dat"/>
</defaultProxy>
</system.net>
```

## Roadmap

The published code and installer is still at an early stage. Preliminarily, the following amendments are in the pipeline:
Expand Down

0 comments on commit bc68564

Please sign in to comment.