diff --git a/share/dns/config.tf b/share/dns/config.tf index 0b7d158..fd7adb6 100644 --- a/share/dns/config.tf +++ b/share/dns/config.tf @@ -9,6 +9,9 @@ locals { lameduck 5s } ready + header { + response set ra # set RecursionAvailable flag + } EOF end-core = <<-EOF log . {combined} { diff --git a/share/dns/index.yaml b/share/dns/index.yaml index 1334510..a5c68b2 100644 --- a/share/dns/index.yaml +++ b/share/dns/index.yaml @@ -6,6 +6,16 @@ metadata: name: dns description: null options: + forward: + default: 192.168.1.254 + examples: + - 192.168.1.254 + type: string + sub_domain: + default: dns + examples: + - dns + type: string zones: default: [] items: @@ -54,21 +64,6 @@ options: type: string type: object 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: default: your_company.com examples: @@ -103,12 +98,18 @@ options: default: 1.11.1 type: string type: object + domain: + default: your-company + examples: + - your-company + type: string dependencies: [] providers: kubernetes: true authentik: null kubectl: true postgresql: null + mysql: null restapi: null http: null gitea: null