mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #392] Added AllowFrom and Created to userTable #398
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#398
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns/pull/392
Author: @madsfreek
Created: 9/1/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (6)
66280a2Added Created to record - tracks when a record is created so it can be deleted if not used at some later time668d6c5Added an option to only allow registration from an ip address that belongs to one of a list of configured cidrs - allow_registration_fromb8ba4b1Fixed stupid reverse logic7353a54Fixed std. config4b980bcAdded db migration from 1 to 2. Existing records are not updated - they will have NULL value for Created that signals that they from before the migration.cee1a71Fixed db parameter list📊 Changes
5 files changed (+81 additions, -20 deletions)
View changed files
📝
api.go(+27 -0)📝
config.cfg(+6 -1)📝
db.go(+25 -5)📝
main.go(+8 -0)📝
types.go(+15 -14)📄 Description
Added AllowFrom and Created to userTable to be able to:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.