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

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

haimg claimed this task.
haimg edited a custom field.
Viacheslav changed the task status from Open to Needs testing.Jun 1 2024, 1:03 PM
Viacheslav triaged this task as Normal priority.
dmbaturin changed Is it a breaking change? from Behavior change to Perfectly compatible.
dmbaturin changed Issue type from improvement to Feature (new functionality).
dmbaturin added a project: Restricted Project.