dev files

This commit is contained in:
2024-01-17 16:28:18 +00:00
parent f98a7cf946
commit 01c09edb17
4 changed files with 54 additions and 46 deletions

View File

@@ -3,14 +3,10 @@ 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
@@ -38,17 +34,3 @@ ports_description:
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)