Skip to content
GitLab
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 569
    • Issues 569
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 96
    • Merge requests 96
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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 ProjectsISC Open Source Projects
  • BINDBIND
  • Issues
  • #3627
Closed
Open
Issue created Oct 26, 2022 by Matthijs Mekking@matthijs🏡Owner

Inheritance bug when setting remote server port

Have a secondary zone with a primary that fails the transfer over TLS but should work over plain DNS:

zone "dot-fallback" {
       type secondary;
       file "dot-fallback.db";
       primaries {
               10.53.0.1 tls ephemeral;
               10.53.0.1;
       };

This should work, but doesn't currently because the second primary (10.53.0.1) uses the TLS port instead of the default DNS port.

Edited Oct 26, 2022 by Matthijs Mekking
Assignee
Assign to
Time tracking