14 lines
299 B
YAML
14 lines
299 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
proxy_mode:
|
|
description: Configure Proxy Access to the Internet
|
|
choices:
|
|
- No proxy
|
|
- Auto-detect proxy settings for this network
|
|
- Use system proxy settings
|
|
- Manual proxy configuration
|
|
- Automatic proxy configuration URL
|
|
default: No proxy
|
|
...
|