[PR #30] [MERGED] Sets aa flag if domain in db #59

Closed
opened 2026-03-04 23:24:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/30
Author: @nkakouros
Created: 8/6/2017
Status: Merged
Merged: 10/2/2017
Merged by: @yswery

Base: masterHead: aa_flag_other


📝 Commits (1)

  • 1862830 Sets aa flag if domain in db

📊 Changes

6 files changed (+40 additions, -0 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 src/AbstractStorageProvider.php (+2 -0)
📝 src/JsonStorageProvider.php (+11 -0)
📝 src/RecursiveProvider.php (+10 -0)
📝 src/Server.php (+1 -0)
📝 src/StackableResolver.php (+15 -0)

📄 Description

Much simpler than #27 . If the dns server holds info about a domain, the flag is set.


🔄 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/yswery/PHP-DNS-SERVER/pull/30 **Author:** [@nkakouros](https://github.com/nkakouros) **Created:** 8/6/2017 **Status:** ✅ Merged **Merged:** 10/2/2017 **Merged by:** [@yswery](https://github.com/yswery) **Base:** `master` ← **Head:** `aa_flag_other` --- ### 📝 Commits (1) - [`1862830`](https://github.com/yswery/PHP-DNS-SERVER/commit/1862830efba3f9f87a5e0996def75c99ca4adab8) Sets aa flag if domain in db ### 📊 Changes **6 files changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `src/AbstractStorageProvider.php` (+2 -0) 📝 `src/JsonStorageProvider.php` (+11 -0) 📝 `src/RecursiveProvider.php` (+10 -0) 📝 `src/Server.php` (+1 -0) 📝 `src/StackableResolver.php` (+15 -0) </details> ### 📄 Description Much simpler than #27 . If the dns server holds info about a domain, the flag is set. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 23:24:05 +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/PHP-DNS-SERVER#59
No description provided.