[tutorial v1.1_121] A choice variable

This commit is contained in:
egarette@silique.fr 2026-03-07 20:52:44 +01:00
parent c201965ee9
commit 97323c67f3

View file

@ -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
... ...