Auto-update READMEs
This commit is contained in:
committed by
readme_generator
parent
f3eb54b2ea
commit
56dd175ccf
@@ -0,0 +1,65 @@
|
||||
<!--
|
||||
To README zostało automatycznie wygenerowane przez <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Nie powinno być ono edytowane ręcznie.
|
||||
-->
|
||||
|
||||
# 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.1~ynh1
|
||||
|
||||
## Zrzuty ekranu
|
||||
|
||||

|
||||
|
||||
## Dokumentacja i zasoby
|
||||
|
||||
- Oficjalna strona aplikacji: <https://technitium.com/dns/>
|
||||
- Oficjalna dokumentacja: <https://technitium.com/dns/help.html>
|
||||
- Oficjalna dokumentacja dla administratora: <https://technitium.com/dns/help.html>
|
||||
- Repozytorium z kodem źródłowym: <https://github.com/TechnitiumSoftware/DnsServer>
|
||||
- Sklep YunoHost: <https://apps.yunohost.org/app/technitium-dns>
|
||||
- Zgłaszanie błędów: <https://github.com/YunoHost-Apps/technitium-dns_ynh/issues>
|
||||
|
||||
## 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:** <https://yunohost.org/packaging_apps>
|
||||
Reference in New Issue
Block a user