mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
adding command to release DoT/DoQ ports before the upgrade
This commit is contained in:
parent
dfbc1c2c59
commit
2d3ab2ebf7
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
||||||
⚠️ **Important thing to do before upgrading:** if you enabled the "Enable DNS-over-HTTPS" option in your config panel, please disable it before upgrading, else the upgrade will fail! ⚠️
|
⚠️ **Important thing to do before upgrading:**
|
||||||
|
⚠️ If you enabled the "Enable DNS-over-HTTPS" option in your config panel, please disable it and execute the following command before upgrading, else the upgrade will fail!
|
||||||
|
|
||||||
|
```bash
|
||||||
|
yunohost firewall disallow Both 853 --no-reload && yunohost firewall disallow Both 784
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
From this 0.107.48~ynh3 version, some things have changed:
|
From this 0.107.48~ynh3 version, some things have changed:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue