BIND : Add an option to bind to set max-ncache-ttl
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:
- [x ] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [x ] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- [x ] When the request is meant for an existing plugin, I've added its name to the title.
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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