1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/technitium-dns_ynh.git synced 2024-09-03 20:26:36 +02:00
technitium-dns_ynh/README_fr.md

71 lines
3.6 KiB
Markdown
Raw Normal View History

2022-07-04 12:17:41 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2022-07-04 13:08:01 +02:00
# Technitium DNS pour YunoHost
2022-07-04 12:17:41 +02:00
2022-07-04 13:08:01 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/technitium-dns.svg)](https://dash.yunohost.org/appci/app/technitium-dns) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/technitium-dns.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/technitium-dns.maintain.svg)
[![Installer Technitium DNS avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=technitium-dns)
2022-07-04 12:17:41 +02:00
*[Read this readme in english.](./README.md)*
2022-07-04 13:08:01 +02:00
> *Ce package vous permet d'installer Technitium DNS rapidement et simplement sur un serveur YunoHost.
2022-07-04 12:17:41 +02:00
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
2022-07-04 16:05:52 +02:00
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.
2022-07-04 12:17:41 +02:00
### Features
2022-07-04 16:05:52 +02:00
- 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.
2022-07-04 12:17:41 +02:00
2022-07-04 16:05:52 +02:00
... and much more!
2022-07-04 12:17:41 +02:00
2022-07-28 01:25:55 +02:00
**Version incluse :** 8.1.4~ynh2
2022-07-04 12:17:41 +02:00
## Captures d'écran
2022-07-04 13:08:01 +02:00
![Capture d'écran de Technitium DNS](./doc/screenshots/example.jpg)
2022-07-04 12:17:41 +02:00
## Avertissements / informations importantes
2022-07-04 16:05:52 +02:00
* Limitations:
* Requires a full dedicated domain
* Armv6 not supported (Pi 1 and Pi Zero)
* No SSO/LDAP, `admin` user's password needs to be set up on first install
2022-07-04 12:17:41 +02:00
## Documentations et ressources
2022-07-04 13:08:01 +02:00
* Site officiel de l'app : <https://technitium.com/dns/>
2022-07-04 16:11:50 +02:00
* Documentation officielle utilisateur : <https://technitium.com/dns/help.html>
* Documentation officielle de l'admin : <https://technitium.com/dns/help.html>
* Dépôt de code officiel de l'app : <https://github.com/TechnitiumSoftware/DnsServer>
2022-07-04 13:08:01 +02:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_technitium-dns>
* Signaler un bug : <https://github.com/YunoHost-Apps/technitium-dns_ynh/issues>
2022-07-04 12:17:41 +02:00
## Informations pour les développeurs
2022-07-04 13:08:01 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
2022-07-04 12:17:41 +02:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2022-07-04 13:08:01 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
2022-07-04 12:17:41 +02:00
ou
2022-07-04 13:08:01 +02:00
sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
2022-07-04 12:17:41 +02:00
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>