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:
parent
0e4cd18bee
commit
12e407f08b
1 changed files with 2 additions and 0 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Reference in a new issue