Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
BIND
BIND
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 583
    • Issues 583
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 110
    • Merge Requests 110
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISC Open Source Projects
  • BINDBIND
  • Merge Requests
  • !2124

Merged
Opened Jul 03, 2019 by Mark Andrews@markaMaintainer

allow per type record counts to be specified in update-policy

  • Overview 27
  • Commits 7
  • Pipelines 31
  • Changes 14

Allow per type limits to be specified as part of a update policy. This will allow ISP's to specify practical limits.

e.g. Clients could be allowed to add a single PTR record for their machine.

zone "in-addr.arpa" {
	type master;
	file "x";
	update-policy {
		grant * tcp-self . ptr(1);
	};
};

closes #1657 (closed)

Edited May 13, 2020 by Mark Andrews
Assignee
Assign to
Reviewer
Request review from
June 2020 (9.11.20, 9.11.20-S1, 9.16.4, 9.17.2)
Milestone
June 2020 (9.11.20, 9.11.20-S1, 9.16.4, 9.17.2) (Past due)
Assign milestone
Time tracking
Reference: isc-projects/bind9!2124
Source branch: marka-update-per-type-record-limits

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.