[PR #107] [CLOSED] Created here by mistake - cannot be deleted #109

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

📋 Pull Request Information

Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/107
Author: @kimbtech
Created: 5/3/2022
Status: Closed

Base: masterHead: python-rewrite


📝 Commits (10+)

📊 Changes

105 files changed (+424 additions, -6791 deletions)

View changed files

.coveralls.yml (+0 -3)
📝 .gitignore (+2 -9)
.php_cs.dist (+0 -38)
.scrutinizer.yml (+0 -33)
📝 .travis.yml (+10 -14)
CHANGELOG-1.x.md (+0 -35)
📝 LICENSE.md (+3 -1)
📝 README.md (+21 -169)
VERSION (+4 -0)
bin/PhpDnsConsole.php (+0 -13)
bin/PhpDnsInstaller.php (+0 -65)
bin/PhpDnsServer.php (+0 -65)
composer.json (+0 -59)
console.box.json (+0 -13)
dns/access.py (+46 -0)
dns/client.py (+33 -0)
dns/config.py (+68 -0)
dns/hama.py (+42 -0)
dns/resolver.py (+39 -0)
dns/server.py (+24 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/107 **Author:** [@kimbtech](https://github.com/kimbtech) **Created:** 5/3/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `python-rewrite` --- ### 📝 Commits (10+) - [`b062e39`](https://github.com/yswery/PHP-DNS-SERVER/commit/b062e3970dd4eaf455d41a459b61bb5ec0e73626) Travis - [`0b77432`](https://github.com/yswery/PHP-DNS-SERVER/commit/0b77432b2b633cd4deecc367e1ef801cdd65a575) HamaRadio Server added - [`5882412`](https://github.com/yswery/PHP-DNS-SERVER/commit/5882412a3996d68594e29688d4310be89ee13000) TimeServer Resolving Added - [`9503084`](https://github.com/yswery/PHP-DNS-SERVER/commit/95030846a9ab150bb5149e3c2f711401416e5939) Update .travis.yml - [`d264e76`](https://github.com/yswery/PHP-DNS-SERVER/commit/d264e76ca5ced1dbf99ed0a48988e108279e1b2f) Update .travis.yml - [`d3e6085`](https://github.com/yswery/PHP-DNS-SERVER/commit/d3e60852a44d75d436bab2677f6bee7909b691e4) Code format - [`8c4b5ec`](https://github.com/yswery/PHP-DNS-SERVER/commit/8c4b5ece9c3b7697176916bd86bba429502a899c) Travis Run - [`663a68e`](https://github.com/yswery/PHP-DNS-SERVER/commit/663a68eb77be3bf02c51ad5d92a0c4eb121a5963) Better Readme - [`63cb0ee`](https://github.com/yswery/PHP-DNS-SERVER/commit/63cb0eef5f921c68e7df41ae42e96ed13508b350) Allowed Domain 'all' - [`a1c4bd4`](https://github.com/yswery/PHP-DNS-SERVER/commit/a1c4bd4fba9ccfc5dc70dd15d998f5964df4fa8d) Better Readme ### 📊 Changes **105 files changed** (+424 additions, -6791 deletions) <details> <summary>View changed files</summary> ➖ `.coveralls.yml` (+0 -3) 📝 `.gitignore` (+2 -9) ➖ `.php_cs.dist` (+0 -38) ➖ `.scrutinizer.yml` (+0 -33) 📝 `.travis.yml` (+10 -14) ➖ `CHANGELOG-1.x.md` (+0 -35) 📝 `LICENSE.md` (+3 -1) 📝 `README.md` (+21 -169) ➕ `VERSION` (+4 -0) ➖ `bin/PhpDnsConsole.php` (+0 -13) ➖ `bin/PhpDnsInstaller.php` (+0 -65) ➖ `bin/PhpDnsServer.php` (+0 -65) ➖ `composer.json` (+0 -59) ➖ `console.box.json` (+0 -13) ➕ `dns/access.py` (+46 -0) ➕ `dns/client.py` (+33 -0) ➕ `dns/config.py` (+68 -0) ➕ `dns/hama.py` (+42 -0) ➕ `dns/resolver.py` (+39 -0) ➕ `dns/server.py` (+24 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:21 +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#109
No description provided.