Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 525
    • Issues 525
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 95
    • Merge requests 95
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #231
Closed
Open
Created Apr 26, 2018 by Alan Clegg@knobee

Create option to generate "local-ddns" key

Description

I want to be able to use the local-ddns key (nsupdate -l, etc) but also add additional options to the associated update-policy. For example:

update-policy {grant local-ddns zonesub any; grant bad-key zonesub any; };

If I have an "update-policy local;" in any zone in the configuration, the local-ddns key is generated, but if all update-policy statements are "extended", as above, the key isn't created.

Request

New global option: generate-local-ddns {true|false};

If true, generate a local-ddns key and write it to filesystem as with "update-policy local;".

Defaults to false unless an "update-policy local;" is in the configuration.

If specified "false" in configuration and "update-policy local;" exists, emit warning (?) during BIND startup.

Links / references

Edited Apr 26, 2018 by Alan Clegg
Assignee
Assign to
Time tracking