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.md

64 lines
3.3 KiB
Markdown
Raw Normal View History

2022-07-04 12:17:41 +02:00
<!--
2024-05-10 11:52:38 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-07-04 12:17:41 +02:00
It shall NOT be edited by hand.
-->
2022-07-04 13:08:01 +02:00
# Technitium DNS for YunoHost
2022-07-04 12:17:41 +02:00
2023-07-31 20:54:34 +02:00
[![Integration level](https://dash.yunohost.org/integration/technitium-dns.svg)](https://dash.yunohost.org/appci/app/technitium-dns) ![Working status](https://ci-apps.yunohost.org/ci/badges/technitium-dns.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/technitium-dns.maintain.svg)
2022-07-04 13:08:01 +02:00
[![Install Technitium DNS with 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
2024-05-10 11:52:38 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-07-04 12:17:41 +02:00
2024-05-10 11:52:38 +02:00
> *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.*
2022-07-04 12:17:41 +02:00
## Overview
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
2024-06-16 03:46:58 +02:00
**Shipped version:** 12.2.1~ynh1
2022-08-15 20:00:42 +02:00
2022-07-04 12:17:41 +02:00
## Screenshots
2024-06-06 09:14:27 +02:00
![Screenshot of Technitium DNS](./doc/screenshots/screenshot.png)
2022-07-04 12:17:41 +02:00
## Documentation and resources
2024-03-07 16:49:44 +01:00
- Official app website: <https://technitium.com/dns/>
- Official user documentation: <https://technitium.com/dns/help.html>
- Official admin documentation: <https://technitium.com/dns/help.html>
- Upstream app code repository: <https://github.com/TechnitiumSoftware/DnsServer>
- YunoHost Store: <https://apps.yunohost.org/app/technitium-dns>
- Report a bug: <https://github.com/YunoHost-Apps/technitium-dns_ynh/issues>
2022-07-04 12:17:41 +02:00
## Developer info
2024-05-10 11:52:38 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
2022-07-04 12:17:41 +02:00
2024-05-10 11:52:38 +02:00
To try the `testing` branch, please proceed like that:
2022-07-04 12:17:41 +02:00
2024-05-10 11:52:38 +02:00
```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
or
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
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>