This commit is contained in:
2024-03-26 13:00:20 +01:00
parent e133482594
commit 40d8c7535f
2 changed files with 19 additions and 15 deletions

View File

@@ -9,6 +9,9 @@ locals {
lameduck 5s lameduck 5s
} }
ready ready
header {
response set ra # set RecursionAvailable flag
}
EOF EOF
end-core = <<-EOF end-core = <<-EOF
log . {combined} { log . {combined} {

View File

@@ -6,6 +6,16 @@ metadata:
name: dns name: dns
description: null description: null
options: options:
forward:
default: 192.168.1.254
examples:
- 192.168.1.254
type: string
sub_domain:
default: dns
examples:
- dns
type: string
zones: zones:
default: [] default: []
items: items:
@@ -54,21 +64,6 @@ options:
type: string type: string
type: object type: object
type: array type: array
forward:
default: 192.168.1.254
examples:
- 192.168.1.254
type: string
domain:
default: your-company
examples:
- your-company
type: string
sub_domain:
default: dns
examples:
- dns
type: string
domain_name: domain_name:
default: your_company.com default: your_company.com
examples: examples:
@@ -103,12 +98,18 @@ options:
default: 1.11.1 default: 1.11.1
type: string type: string
type: object type: object
domain:
default: your-company
examples:
- your-company
type: string
dependencies: [] dependencies: []
providers: providers:
kubernetes: true kubernetes: true
authentik: null authentik: null
kubectl: true kubectl: true
postgresql: null postgresql: null
mysql: null
restapi: null restapi: null
http: null http: null
gitea: null gitea: null