Skip to content

Commit 70d38e5

Browse files
Merge pull request #8249 from MicrosoftDocs/MandiOhlinger-13975609
13975609 - 2208 release: Added Proxy settings to Enterprise
2 parents 6489c92 + a1845f5 commit 70d38e5

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

memdocs/intune/configuration/wi-fi-settings-android-enterprise.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,26 @@ Select this option if you're deploying to an Android Enterprise dedicated, corpo
172172
173173
- **Identity privacy (outer identity)**: Enter the text sent in the response to an EAP identity request. This text can be any value, such as `anonymous`. During authentication, this anonymous identity is initially sent, and then followed by the real identification sent in a secure tunnel.
174174
175+
- **Proxy settings**: Select a proxy configuration. Your options:
176+
177+
- **None**: No proxy settings are configured.
178+
- **Manual**: Manually configure the proxy settings:
179+
- **Proxy server address**: Enter the IP address of the proxy server. For example, enter `10.0.0.22`.
180+
- **Port number**: Enter the port number of the proxy server. For example, enter `8080`.
181+
- **Exclusion list**: Enter a hostname or IP address that won't use the proxy. You can use the `*` wildcard character and enter multiple host names and IP addresses. If you enter multiple host names or IP addresses, they must be on a separate line. For example, you can enter:
182+
183+
```
184+
*.contoso.com
185+
test.contoso1.com
186+
mysite.contoso2.com
187+
10.0.0.5
188+
10.0.0.6
189+
```
190+
191+
- **Automatic**: Use a file to configure the proxy server. Enter the **Proxy server URL** that contains the configuration file. For example, enter `http://proxy.contoso.com`, `10.0.0.11`, or `http://proxy.contoso.com/proxy.pac`.
192+
193+
For more information on PAC files, see [Proxy Auto-Configuration (PAC) file](https://developer.mozilla.org/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_(PAC)_file) (opens a non-Microsoft site).
194+
175195
## Personally-owned work profile
176196
177197
### Basic

0 commit comments

Comments
 (0)