RFC: DnsRule #230
Labels
enhancement
New feature or request
ncdns
Include change in `bin/ncdns`
ndns
Include change in `bin/ndns`
question
Further information is requested
RFC
Request for comment
Is your feature request related to a problem? Please describe.
To fully unlock the control of the network, we need to think about a spec for the dns controller.
By default we use DNSMASQ
First the data type :
We should handle two methods:
PUT /rules
to create new / update a DnsRuleDELETE /rules/{Name}
to delete the DnsRuleCreating a rule mean creating a file in this case, nothing have to be stored in database.
That mean we have to create specific dnsmasq config for given resource.
The service should generate an openapi spec aswell.
Feel free to share any though about the config spec for the
DnsRule
The text was updated successfully, but these errors were encountered: