Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 587
    • Issues 587
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 48
    • Merge requests 48
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • 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
  • ISPConfig
  • ISPConfig 3
  • Merge requests
  • !1375

Add bind_keyfiles_dir config option

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Helmo requested to merge helmo/ispconfig3:patch-bind-keyfiles-dir into develop Dec 28, 2020
  • Overview 12
  • Commits 2
  • Pipelines 2
  • Changes 5

The /etc/bind folder is getting crowded when you have a lot of zones. It creates 7 files for each zone.

Kexample.com.+013+57948.key
Kexample.com.+013+57948.private
Kexample.com.+013+61623.key
Kexample.com.+013+61623.private
example.com
example.com.signed
dsset-example.com.

I'd like to move the key files to a separate dir, adding the bind_keyfiles_dir would make that possible. This patch preserves the current default of by setting the same default as bind_zonefiles_dir.

I'd also like to convert zone_file_prefix() and slave_zone_file_prefix() to config options but I'll do that in a separate MR.

TODO:

  • translation files
Edited Jan 15, 2022 by Helmo
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: patch-bind-keyfiles-dir