Page MenuHomeVyOS Platform

Ability to configure multiple NS records in the authoritative DNS server configuration
Needs testing, NormalPublicFEATURE REQUEST

Description

Currently, only one NS record per name is allowed. However, NS is unlike CNAME or PTR, multiple NS records are perfectly valid and is a common use case: multiple redundant DNS servers is a common configuration and should be supported. E.g.

set service dns forwarding authoritative-domain example.com records ns foo target 'ns1.example.com'
set service dns forwarding authoritative-domain example.com records ns foo target 'ns2.example.com'

should create two NS records and not overwrite the first one with the second.

Details

Difficulty level
Normal (likely a few hours)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Behavior change
Issue type
Improvement (missing useful functionality)

Event Timeline

haimg claimed this task.
haimg changed Difficulty level from Unknown (require assessment) to Normal (likely a few hours).
Viacheslav changed the task status from Open to Needs testing.Sat, Jun 1, 1:03 PM
Viacheslav triaged this task as Normal priority.