[PR #27] [CLOSED] Adds support for AA flag #55

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/27
Author: @nkakouros
Created: 8/4/2017
Status: Closed

Base: masterHead: aa_flag


📝 Commits (9)

  • 6c1e5fa Adds support for setting the authoritative flag
  • 07c17f0 Bug fix
  • ad61d98 Uses trusty for travis
  • 3597b6a Adapts tests
  • acd6b59 Stops when the first resolver finds a result
  • 366a150 Fixes test
  • 727db5f Fixes test again
  • 6595364 Fixes JsonStorageProvider when record not in json file
  • ecae307 Fixes stopping after a provider has returned results

📊 Changes

6 files changed (+68 additions, -25 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 src/JsonStorageProvider.php (+18 -10)
📝 src/RecursiveProvider.php (+15 -3)
📝 src/Server.php (+9 -1)
📝 src/StackableResolver.php (+14 -4)
📝 tests/JsonStorageProviderTest.php (+11 -7)

📄 Description

Adds support for setting the AA flag (Authoritative Answer). This is done when the answer is returned from the json flag.


🔄 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/27 **Author:** [@nkakouros](https://github.com/nkakouros) **Created:** 8/4/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `aa_flag` --- ### 📝 Commits (9) - [`6c1e5fa`](https://github.com/yswery/PHP-DNS-SERVER/commit/6c1e5fa7649f65e5bbc10f107463861db3c011c6) Adds support for setting the authoritative flag - [`07c17f0`](https://github.com/yswery/PHP-DNS-SERVER/commit/07c17f08c50607e9e5f6934949a8c0c1824a2c8d) Bug fix - [`ad61d98`](https://github.com/yswery/PHP-DNS-SERVER/commit/ad61d9871a23b25c2e725d9d606c4f8d7d30d670) Uses trusty for travis - [`3597b6a`](https://github.com/yswery/PHP-DNS-SERVER/commit/3597b6ae57db2db079dd959d867f0bb859128320) Adapts tests - [`acd6b59`](https://github.com/yswery/PHP-DNS-SERVER/commit/acd6b59c56e86f81a475835cd3f33ba92c46006a) Stops when the first resolver finds a result - [`366a150`](https://github.com/yswery/PHP-DNS-SERVER/commit/366a150e1c5476b09be9457bca60bdd95b3cfa3b) Fixes test - [`727db5f`](https://github.com/yswery/PHP-DNS-SERVER/commit/727db5f3e1c4f4f43d668c7a4dfbf6e1e7b17a73) Fixes test again - [`6595364`](https://github.com/yswery/PHP-DNS-SERVER/commit/6595364b37a74acc146d5bb6a9a00e68302d6156) Fixes JsonStorageProvider when record not in json file - [`ecae307`](https://github.com/yswery/PHP-DNS-SERVER/commit/ecae30725879d2b6706be6eb0bbeab28a9a043e4) Fixes stopping after a provider has returned results ### 📊 Changes **6 files changed** (+68 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `src/JsonStorageProvider.php` (+18 -10) 📝 `src/RecursiveProvider.php` (+15 -3) 📝 `src/Server.php` (+9 -1) 📝 `src/StackableResolver.php` (+14 -4) 📝 `tests/JsonStorageProviderTest.php` (+11 -7) </details> ### 📄 Description Adds support for setting the AA flag (Authoritative Answer). This is done when the answer is returned from the json flag. --- <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#55
No description provided.