dnsmasq coexistence

This commit is contained in:
trendless
2026-06-15 19:06:15 -06:00
parent efee1e5c05
commit 4f54fdaf43
7 changed files with 55 additions and 3 deletions
+4
View File
@@ -16,6 +16,8 @@ if ynh_hide_warnings yunohost service status "$app" >/dev/null; then
yunohost service remove "$app"
fi
ynh_hide_warnings yunohost firewall disallow Both 53
ynh_config_remove_systemd
ynh_config_remove_nginx
@@ -24,6 +26,8 @@ ynh_safe_rm "/var/log/$app"
ynh_safe_rm "/etc/cron.d/$app"
ynh_safe_rm "/etc/dnsmasq.d/$app.conf"
#=================================================
# END OF SCRIPT
#=================================================