mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
18 lines
359 B
TOML
18 lines
359 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "AdGuard Home configuration"
|
|
services = ["__APP__"]
|
|
|
|
[main.options.open_port_53]
|
|
ask = "Expose port 53 to the Internet?"
|
|
no = "false"
|
|
type = "boolean"
|
|
yes = "true"
|
|
|
|
[main.options.dns_over_https]
|
|
ask = "Enable DNS-over-HTTPS/QUIC?"
|
|
no = "false"
|
|
type = "boolean"
|
|
yes = "true"
|
|
bind = "tls>enabled:__INSTALL_DIR__/AdGuardHome.yaml"
|