diff --git a/ALL_README.md b/ALL_README.md
deleted file mode 100644
index c93d620..0000000
--- a/ALL_README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# All available README files by language
-
-- [Read the README in English](README.md)
-- [Lea el README en español](README_es.md)
-- [Irakurri README euskaraz](README_eu.md)
-- [Lire le README en français](README_fr.md)
-- [Le o README en galego](README_gl.md)
-- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
-- [Lees de README in het Nederlands](README_nl.md)
-- [Przeczytaj README w języku polski](README_pl.md)
-- [Прочитать README на русский](README_ru.md)
-- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README.md b/README.md
index 5bf1124..d75a661 100644
--- a/README.md
+++ b/README.md
@@ -1,65 +1,40 @@
-# Technitium DNS for YunoHost
+
+
+ Technitium DNS, packaged for YunoHost
+
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
+DNS server for privacy and security
-[](https://install-app.yunohost.org/?app=technitium-dns)
+[](https://technitium.com/dns/)
+?style=for-the-badge)
-*[Read this README in other languages.](./ALL_README.md)*
+
+

+

+
-> *This package allows you to install Technitium DNS quickly and simply on a YunoHost server.*
-> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
+## 📦 Developer info
-## Overview
+[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
+🛠️ Upstream Technitium DNS repository:
-### Features
+Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
+The `testing` branch can be tested using:
+```
+# fresh install:
+sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing
-
-**Shipped version:** 13.4.3~ynh1
-
-## Screenshots
-
-
-
-## Documentation and resources
-
-- Official app website:
-- Official user documentation:
-- Official admin documentation:
-- Upstream app code repository:
-- YunoHost Store:
-- Report a bug:
-
-## Developer info
-
-Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-To try the `testing` branch, please proceed like that:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-or
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
+# upgrade an existing install:
+sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing
```
-**More info regarding app packaging:**
+### 📚 App packaging documentation
+
+Please see for more information.
\ No newline at end of file
diff --git a/README_es.md b/README_es.md
deleted file mode 100644
index 82520fa..0000000
--- a/README_es.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-# Technitium DNS para Yunohost
-
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[Leer este README en otros idiomas.](./ALL_README.md)*
-
-> *Este paquete le permite instalarTechnitium DNS rapidamente y simplement en un servidor YunoHost.*
-> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
-
-## Descripción general
-
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
-
-### Features
-
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
-
-
-**Versión actual:** 13.4.3~ynh1
-
-## Capturas
-
-
-
-## Documentaciones y recursos
-
-- Sitio web oficial:
-- Documentación usuario oficial:
-- Documentación administrador oficial:
-- Repositorio del código fuente oficial de la aplicación :
-- Catálogo YunoHost:
-- Reportar un error:
-
-## Información para desarrolladores
-
-Por favor enviar sus correcciones a la [rama `testing`](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-Para probar la rama `testing`, sigue asÍ:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-o
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
deleted file mode 100644
index cbda094..0000000
--- a/README_eu.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-# Technitium DNS YunoHost-erako
-
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
-
-> *Pakete honek Technitium DNS YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
-> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
-
-## Aurreikuspena
-
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
-
-### Features
-
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
-
-
-**Paketatutako bertsioa:** 13.4.3~ynh1
-
-## Pantaila-argazkiak
-
-
-
-## Dokumentazioa eta baliabideak
-
-- Aplikazioaren webgune ofiziala:
-- Erabiltzaileen dokumentazio ofiziala:
-- Administratzaileen dokumentazio ofiziala:
-- Jatorrizko aplikazioaren kode-gordailua:
-- YunoHost Denda:
-- Eman errore baten berri:
-
-## Garatzaileentzako informazioa
-
-Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-`testing` abarra probatzeko, ondorengoa egin:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-edo
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**Informazio gehiago aplikazioaren paketatzeari buruz:**
diff --git a/README_fr.md b/README_fr.md
deleted file mode 100644
index 3566905..0000000
--- a/README_fr.md
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-# Technitium DNS pour YunoHost
-
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[Lire le README dans d'autres langues.](./ALL_README.md)*
-
-> *Ce package vous permet d’installer Technitium DNS rapidement et simplement sur un serveur YunoHost.*
-> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
-
-## Vue d’ensemble
-
-Technitium DNS Server est un outil open source qui peut être utilisé pour bloquer les publicités Internet à l'aide de DNS Sinkhole, pour héberger automatiquement un serveur DNS local pour des raisons de confidentialité et de sécurité ou pour l'expérimentation/les tests par les développeurs de logiciels sur leur ordinateur.
-
-### Caractéristiques
-
-- Bloquez les publicités et les logiciels malveillants à l'aide d'une ou plusieurs URL de liste de blocage.
-- Serveur DNS hautes performances basé sur des E/S asynchrones qui peuvent traiter des millions de requêtes par minute, même sur un matériel PC de bureau standard (charge testée sur un processeur Intel i7-8700 avec plus de 100000 requêtes/seconde sur Gigabit Ethernet).
-- Auto-hébergez les services DNS DNS-over-TLS et DNS-over-HTTPS sur votre réseau.
-- Utilisez des résolveurs DNS publics comme Cloudflare, Google et Quad9 avec les protocoles DNS-over-TLS et DNS-over-HTTPS comme redirecteurs.
-- Mise en cache avancée avec des fonctionnalités telles que le service obsolète, la prélecture et la prélecture automatique.
-- Prend en charge le travail en tant que serveur DNS faisant autorité et récursif.
-- Prise en charge de la validation DNSSEC avec les algorithmes RSA et ECDSA pour le résolveur récursif, les redirecteurs et les redirecteurs conditionnels.
-- Prise en charge DNSSEC de tous les protocoles de transport DNS pris en charge, y compris les protocoles DNS cryptés (DoT, DoH et DoH JSON).
-- Fonctionnalité de masquage CNAME pour bloquer les noms de domaine résolus en CNAME qui sont bloqués.
-- Hébergez vous-même vos noms de domaine sur votre propre serveur DNS.
-- Prise en charge des sous-domaines génériques.
-
-**Version incluse :** 13.4.3~ynh1
-
-## Captures d’écran
-
-
-
-## Documentations et ressources
-
-- Site officiel de l’app :
-- Documentation officielle utilisateur :
-- Documentation officielle de l’admin :
-- Dépôt de code officiel de l’app :
-- YunoHost Store :
-- Signaler un bug :
-
-## Informations pour les développeurs
-
-Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-Pour essayer la branche `testing`, procédez comme suit :
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-ou
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**Plus d’infos sur le packaging d’applications :**
diff --git a/README_gl.md b/README_gl.md
deleted file mode 100644
index ec06d96..0000000
--- a/README_gl.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-# Technitium DNS para YunoHost
-
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[Le este README en outros idiomas.](./ALL_README.md)*
-
-> *Este paquete permíteche instalar Technitium DNS de xeito rápido e doado nun servidor YunoHost.*
-> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
-
-## Vista xeral
-
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
-
-### Features
-
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
-
-
-**Versión proporcionada:** 13.4.3~ynh1
-
-## Capturas de pantalla
-
-
-
-## Documentación e recursos
-
-- Web oficial da app:
-- Documentación oficial para usuarias:
-- Documentación oficial para admin:
-- Repositorio de orixe do código:
-- Tenda YunoHost:
-- Informar dun problema:
-
-## Info de desenvolvemento
-
-Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-Para probar a rama `testing`, procede deste xeito:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-ou
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**Máis info sobre o empaquetado da app:**
diff --git a/README_id.md b/README_id.md
deleted file mode 100644
index f5c78b5..0000000
--- a/README_id.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-# Technitium DNS untuk YunoHost
-
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
-
-> *Paket ini memperbolehkan Anda untuk memasang Technitium DNS secara cepat dan mudah pada server YunoHost.*
-> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
-
-## Ringkasan
-
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
-
-### Features
-
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
-
-
-**Versi terkirim:** 13.4.3~ynh1
-
-## Tangkapan Layar
-
-
-
-## Dokumentasi dan sumber daya
-
-- Website aplikasi resmi:
-- Dokumentasi pengguna resmi:
-- Dokumentasi admin resmi:
-- Depot kode aplikasi hulu:
-- Gudang YunoHost:
-- Laporkan bug:
-
-## Info developer
-
-Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-atau
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**Info lebih lanjut mengenai pemaketan aplikasi:**
diff --git a/README_it.md b/README_it.md
deleted file mode 100644
index cae231c..0000000
--- a/README_it.md
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-# Technitium DNS per YunoHost
-
-[](https://dash.yunohost.org/appci/app/technitium-dns)  
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[Leggi questo README in altre lingue.](./ALL_README.md)*
-
-> *Questo pacchetto ti permette di installare Technitium DNS su un server YunoHost in modo semplice e veloce.*
-> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
-
-## Panoramica
-
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
-
-### Features
-
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
-
-... and much more!
-
-**Versione pubblicata:** 11.3.0~ynh2
-
-## Screenshot
-
-
-
-## Documentazione e risorse
-
-- Sito web ufficiale dell’app:
-- Documentazione ufficiale per gli utenti:
-- Documentazione ufficiale per gli amministratori:
-- Repository upstream del codice dell’app:
-- Store di YunoHost:
-- Segnala un problema:
-
-## Informazioni per sviluppatori
-
-Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-Per provare la branch di `testing`, si prega di procedere in questo modo:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-o
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**Maggiori informazioni riguardo il pacchetto di quest’app:**
diff --git a/README_nl.md b/README_nl.md
deleted file mode 100644
index 23fddaf..0000000
--- a/README_nl.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-# Technitium DNS voor Yunohost
-
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[Deze README in een andere taal lezen.](./ALL_README.md)*
-
-> *Met dit pakket kun je Technitium DNS snel en eenvoudig op een YunoHost-server installeren.*
-> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.*
-
-## Overzicht
-
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
-
-### Features
-
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
-
-
-**Geleverde versie:** 13.4.3~ynh1
-
-## Schermafdrukken
-
-
-
-## Documentatie en bronnen
-
-- Officiele website van de app:
-- Officiele gebruikersdocumentatie:
-- Officiele beheerdersdocumentatie:
-- Upstream app codedepot:
-- YunoHost-store:
-- Meld een bug:
-
-## Ontwikkelaarsinformatie
-
-Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-Om de `testing`-branch uit te proberen, ga als volgt te werk:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-of
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**Verdere informatie over app-packaging:**
diff --git a/README_pl.md b/README_pl.md
deleted file mode 100644
index 59a3df0..0000000
--- a/README_pl.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-# Technitium DNS dla YunoHost
-
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[Przeczytaj plik README w innym języku.](./ALL_README.md)*
-
-> *Ta aplikacja pozwala na szybką i prostą instalację Technitium DNS na serwerze YunoHost.*
-> *Jeżeli nie masz YunoHost zapoznaj się z [poradnikiem](https://yunohost.org/install) instalacji.*
-
-## Przegląd
-
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
-
-### Features
-
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
-
-
-**Dostarczona wersja:** 13.4.3~ynh1
-
-## Zrzuty ekranu
-
-
-
-## Dokumentacja i zasoby
-
-- Oficjalna strona aplikacji:
-- Oficjalna dokumentacja:
-- Oficjalna dokumentacja dla administratora:
-- Repozytorium z kodem źródłowym:
-- Sklep YunoHost:
-- Zgłaszanie błędów:
-
-## Informacje od twórców
-
-Wyślij swój pull request do [gałęzi `testing`](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-Aby wypróbować gałąź `testing` postępuj zgodnie z instrukcjami:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-lub
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**Więcej informacji o tworzeniu paczek aplikacji:**
diff --git a/README_ru.md b/README_ru.md
deleted file mode 100644
index 6495af6..0000000
--- a/README_ru.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-# Technitium DNS для YunoHost
-
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[Прочтите этот README на других языках.](./ALL_README.md)*
-
-> *Этот пакет позволяет Вам установить Technitium DNS быстро и просто на YunoHost-сервер.*
-> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
-
-## Обзор
-
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
-
-### Features
-
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
-
-
-**Поставляемая версия:** 13.4.3~ynh1
-
-## Снимки экрана
-
-
-
-## Документация и ресурсы
-
-- Официальный веб-сайт приложения:
-- Официальная документация пользователя:
-- Официальная документация администратора:
-- Репозиторий кода главной ветки приложения:
-- Магазин YunoHost:
-- Сообщите об ошибке:
-
-## Информация для разработчиков
-
-Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
-
-Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-или
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**Больше информации о пакетировании приложений:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
deleted file mode 100644
index 58bcb48..0000000
--- a/README_zh_Hans.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-# YunoHost 上的 Technitium DNS
-
-[](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
-
-
-
-[](https://install-app.yunohost.org/?app=technitium-dns)
-
-*[阅读此 README 的其它语言版本。](./ALL_README.md)*
-
-> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Technitium DNS。*
-> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
-
-## 概况
-
-Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
-
-### Features
-
-- Block ads & malware using one or more block list URLs.
-- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
-- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
-- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
-- Advanced caching with features like serve stale, prefetching and auto prefetching.
-- Supports working as an authoritative as well as a recursive DNS server.
-- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
-- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
-- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
-- Self host your domain names on your own DNS server.
-- Wildcard sub domain support.
-
-
-**分发版本:** 13.4.3~ynh1
-
-## 截图
-
-
-
-## 文档与资源
-
-- 官方应用网站:
-- 官方用户文档:
-- 官方管理文档:
-- 上游应用代码库:
-- YunoHost 商店:
-- 报告 bug:
-
-## 开发者信息
-
-请向 [`testing` 分支](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing) 发送拉取请求。
-
-如要尝试 `testing` 分支,请这样操作:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-或
-sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
-```
-
-**有关应用打包的更多信息:**
diff --git a/manifest.toml b/manifest.toml
index 21b0975..10c3d5a 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Technitium DNS"
description.en = "DNS server for privacy and security"
description.fr = "Serveur DNS pour la confidentialité et la sécurité"
-version = "13.4.3~ynh1"
+version = "13.5.0~ynh1"
maintainers = ["Navan Chauhan"]
@@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://download.technitium.com/dns/archive/13.4.3/DnsServerPortable.tar.gz"
- sha256 = "c5bbfd6d07016e59e0170da3d1c62a73e7c5eee689734ec27d08de5560d2dd78"
+ url = "https://download.technitium.com/dns/archive/13.5.0/DnsServerPortable.tar.gz"
+ sha256 = "1b9e01b8f82854bafde97460f0cc80b5bf636343531182ffe24e8057dffa783e"
in_subdir = false
# Careful, this autoupdate does not put the right asset, it only serves as a notification!
autoupdate.strategy = "latest_github_tag"