first commit
This commit is contained in:
54
technitium-dns/config.yaml
Normal file
54
technitium-dns/config.yaml
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
name: technitium DNS
|
||||
version: dev
|
||||
slug: technitium_dns
|
||||
description: A DNS/DHCP server with addblocking
|
||||
url: todo
|
||||
codenotary: todo
|
||||
startup: system
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
hassio_api: false
|
||||
init: false
|
||||
ports:
|
||||
123/udp: 123
|
||||
53/udp: 53
|
||||
53/tcp: 53
|
||||
67/udp: 67
|
||||
80/tcp: 80
|
||||
443/tcp: 443
|
||||
443/udp: 443
|
||||
853/tcp: 853
|
||||
853/udp: 853
|
||||
5380/tcp: 5380
|
||||
8053/tcp: 8053
|
||||
53443/tcp: 53433
|
||||
ports_description:
|
||||
123/udp: 123
|
||||
53/udp: 53
|
||||
53/tcp: 53
|
||||
67/udp: 67
|
||||
80/tcp: 80
|
||||
443/tcp: 443
|
||||
443/udp: 443
|
||||
853/tcp: 853
|
||||
853/udp: 853
|
||||
5380/tcp: 5380
|
||||
8053/tcp: 8053
|
||||
53443/tcp: 53433
|
||||
options:
|
||||
set_system_clock: true
|
||||
mode: pool
|
||||
ntp_pool: pool.ntp.org
|
||||
ntp_server:
|
||||
- 54.39.13.155
|
||||
- briareus.schulte.org
|
||||
schema:
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
set_system_clock: bool
|
||||
ntp_pool: str?
|
||||
ntp_server:
|
||||
- str?
|
||||
mode: list(pool|server)
|
||||
Reference in New Issue
Block a user