[PR #103] [CLOSED] Add support for wildcards. Fixes #97 #273

Closed
opened 2026-03-01 17:24:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/abh/geodns/pull/103
Author: @ekini
Created: 10/14/2017
Status: Closed

Base: masterHead: glob_pattern


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/abh/geodns/pull/103 **Author:** [@ekini](https://github.com/ekini) **Created:** 10/14/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `glob_pattern` --- ### 📝 Commits (1) - [`448b307`](https://github.com/abh/geodns/commit/448b3076f8d2b2d14d21d4c5a7a3cef279d09d35) Add support for wildcards. Fixes #97 ### 📊 Changes **7 files changed** (+295 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description This commit adds support for wildcard (glob) domains. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:24:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#273
No description provided.