1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

check if the port 53 has really been released from dnsmasq

This commit is contained in:
OniriCorpe 2023-12-30 23:38:57 +01:00
parent 0e4cd18bee
commit 12e407f08b

View file

@ -46,6 +46,8 @@ configure_network_interface_dnsmasq(){
systemctl restart dnsmasq
ynh_store_file_checksum --file="/etc/dnsmasq.d/$app"
ynh_port_available --port=53 || ynh_die --message="Port 53 is needs to be available for this app"
}
is_public_ip(){