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
  • #582
Closed
Open
Created Oct 04, 2018 by Michael McNally@McNally

Feature request: allow port numbers for server-names or server-addresses

We received this request from a support customer:

Request

I have a zone set up like this:

zone "ednstest.example.com" {
     type static-stub;
     server-names {
          "srvr1-foo02.example.com";
          "srvr2-foo02.example.com";
     };
};

The owner of the zone asked me to test with his development server on port 8600, but there does not seem to be a way to specify a port number with this construction.

BIND already allows port number specifications in the "masters" and "forwarders" clauses, can it be allowed here too?

Links / references

From support ticket https://support.isc.org/Ticket/Display.html?id=13620

Assignee
Assign to
Time tracking