Compare commits
1 commit
v1.1_141~1
...
v1.1_141
| Author | SHA1 | Date | |
|---|---|---|---|
| 499883f269 |
1 changed files with 11 additions and 0 deletions
|
|
@ -5,4 +5,15 @@ version: 1.1
|
||||||
dns_over_https: # DNS over HTTPS
|
dns_over_https: # DNS over HTTPS
|
||||||
|
|
||||||
enable_dns_over_https: false # Enable DNS over HTTPS
|
enable_dns_over_https: false # Enable DNS over HTTPS
|
||||||
|
|
||||||
|
provider:
|
||||||
|
description: Use Provider
|
||||||
|
choices:
|
||||||
|
- Cloudflare
|
||||||
|
- NextDNS
|
||||||
|
- Custom
|
||||||
|
default: Cloudflare
|
||||||
|
disabled:
|
||||||
|
variable: _.enable_dns_over_https
|
||||||
|
when: false
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue