1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
adguardhome_ynh/tests.toml
OniriCorpe aee1f2aaca
enable DOH/DOQ using Let's Encrypt certs out of the box (#154)
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: OniriCorpe <OniriCorpe@users.noreply.github.com>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
2024-05-21 18:34:12 +02:00

36 lines
755 B
TOML

test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
# false by default
args.expose_port_53 = 1
args.dns_over_https = 1
# -------------------------------
# Commits to test upgrade from
# -------------------------------
# test_upgrade_from.c1b81566.name = "Upgrade from 0.107.43~ynh3"
# -------------------------------
# additional tests suite
# -------------------------------
[expose_port_53]
only = ["install.root"]
args.expose_port_53 = 0
args.dns_over_https = 1
[open_doh_doq_ports]
only = ["install.root"]
args.expose_port_53 = 1
args.dns_over_https = 0
[open_both_port_53_and_doh_doq_ports]
only = ["install.root"]
args.expose_port_53 = 0
args.dns_over_https = 0