mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#273
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/abh/geodns/pull/103
Author: @ekini
Created: 10/14/2017
Status: ❌ Closed
Base:
master← Head:glob_pattern📝 Commits (1)
448b307Add support for wildcards. Fixes #97📊 Changes
7 files changed (+295 additions, -7 deletions)
View changed files
➕
vendor/github.com/ryanuber/go-glob/.travis.yml(+5 -0)➕
vendor/github.com/ryanuber/go-glob/LICENSE(+21 -0)➕
vendor/github.com/ryanuber/go-glob/README.md(+29 -0)➕
vendor/github.com/ryanuber/go-glob/glob.go(+51 -0)➕
vendor/github.com/ryanuber/go-glob/glob_test.go(+104 -0)📝
zone.go(+75 -7)📝
zones.go(+10 -0)📄 Description
This commit adds support for wildcard (glob) domains.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.