opnsense / opnsense/plugins

BIND : Add an option to bind to set max-ncache-ttl

Open
#5,701 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
1.2k
Forks
863
Avg merge
2d 6h
Merged PRs (30d)
10

Description

Important notices
Before you add a new report, we ask you kindly to acknowledge the following:

Is your feature request related to a problem? Please describe.
When using traefik with acme in dns challenge, the process try to request some txt record to verify if they could be created. Without the max-ncache-ttl instruction, the fail request shoul be cached for 10800 seconds

Describe the solution you'd like
A clear and concise description of what you want to happen.
When i set max-ncache-ttl in options segment of named.conf to 30, the request finish to actualise and acme is working. If not acme fail after 1200 seconds.

Describe alternatives you've considered
I could change the TTL for acme for renew, but for new certificate, it need long time to be working.

Best regards,
B LORAND

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the BIND plugin configuration that generates named.conf and reviewing how existing options are exposed. Check the handling of the options segment and the max-ncache-ttl setting described in the issue. Done means the setting can be configured and produces the requested named.conf option for ACME DNS challenges.

Written by the indexing model from the issue text.

Assessment

Domain
networking
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.