mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[PR #4] [MERGED] Implement possibility to provide a list of CIDR ranges to limit update request origins #234
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#234
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/4
Author: @joohoi
Created: 12/2/2016
Status: ✅ Merged
Merged: 12/4/2016
Merged by: @joohoi
Base:
master← Head:cidr-range📝 Commits (10+)
c3ac7a2DB code for CIDR handling5f68d84Removed register GET request in favor of POST, and did required HTTP api changes8c99346Remove old commented out codebf9eaf2Added config option to check for a header value for clinet IP8b3d3f8Merge remote-tracking branch 'origin/master' into cidr-rangecb050c2Modified returned JSON structure8d0b082Readme changesad4decbAdded new video with the new API7510368Comma tuning and added ipv6 example to JSON structure.8ddb845Added IPv6 testcases📊 Changes
15 files changed (+369 additions, -87 deletions)
View changed files
📝
README.md(+34 -15)➕
acmetxt.go(+78 -0)📝
api.go(+36 -19)📝
api_test.go(+90 -6)📝
config.cfg(+4 -0)📝
db.go(+21 -5)📝
db_test.go(+37 -10)📝
dns_test.go(+1 -1)📝
main.go(+0 -1)📝
main_test.go(+2 -0)📝
types.go(+3 -16)📝
util.go(+15 -13)📝
util_test.go(+24 -0)📝
validation.go(+2 -1)📝
validation_test.go(+22 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.