[PR #1578] [MERGED] feat(useDnsServer): add field in admin view, use in resolver if defin… #2267

Closed
opened 2026-02-27 12:10:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1578
Author: @fvandenbulcke
Created: 10/5/2018
Status: Merged
Merged: 10/16/2018
Merged by: @tonioo

Base: masterHead: master


📝 Commits (6)

  • 55f6347 feat(useDnsServer): add field in admin view, use in resolver if defined. unit tests
  • 5d10455 feat(useDnsServer): correctif error pipeline - indentation,lines too long
  • a35eb42 feat(useDnsServer): correctif error pipeline - unit test name too long
  • 35c031f fix(useDnsServer): change help message on form field
  • cbbe840 feat(dns-resolver): application to get ip address + unit tests
  • 6c2fbb1 feat(dns-resolver): correction lint

📊 Changes

6 files changed (+110 additions, -36 deletions)

View changed files

📝 Dockerfile.dev (+3 -2)
📝 modoboa/admin/app_settings.py (+9 -0)
📝 modoboa/admin/lib.py (+22 -20)
📝 modoboa/admin/tests/test_mx.py (+16 -6)
📝 modoboa/admin/tests/utils.py (+58 -7)
📝 modoboa/core/tests/test_views.py (+2 -1)

📄 Description

Add in admin, field to use specific DNS server.
The server is call during query resolving.
Unit tests for view and method about query resolving


🔄 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/modoboa/modoboa/pull/1578 **Author:** [@fvandenbulcke](https://github.com/fvandenbulcke) **Created:** 10/5/2018 **Status:** ✅ Merged **Merged:** 10/16/2018 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`55f6347`](https://github.com/modoboa/modoboa/commit/55f6347bbf1df4f0a8c161b1dbc935ab29124ace) feat(useDnsServer): add field in admin view, use in resolver if defined. unit tests - [`5d10455`](https://github.com/modoboa/modoboa/commit/5d104556952b41abf7017a7a7242ed905f8b37aa) feat(useDnsServer): correctif error pipeline - indentation,lines too long - [`a35eb42`](https://github.com/modoboa/modoboa/commit/a35eb426046f577bfe0da22cc7ebb94ff498114c) feat(useDnsServer): correctif error pipeline - unit test name too long - [`35c031f`](https://github.com/modoboa/modoboa/commit/35c031fe3b528eead73578d6fc2adbb1a556840b) fix(useDnsServer): change help message on form field - [`cbbe840`](https://github.com/modoboa/modoboa/commit/cbbe8405223fc05d91f1d6ee16d7683cb0ed71cf) feat(dns-resolver): application to get ip address + unit tests - [`6c2fbb1`](https://github.com/modoboa/modoboa/commit/6c2fbb169aadd86f57749c6e6ff6fd4030fa1e03) feat(dns-resolver): correction lint ### 📊 Changes **6 files changed** (+110 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile.dev` (+3 -2) 📝 `modoboa/admin/app_settings.py` (+9 -0) 📝 `modoboa/admin/lib.py` (+22 -20) 📝 `modoboa/admin/tests/test_mx.py` (+16 -6) 📝 `modoboa/admin/tests/utils.py` (+58 -7) 📝 `modoboa/core/tests/test_views.py` (+2 -1) </details> ### 📄 Description Add in admin, field to use specific DNS server. The server is call during query resolving. Unit tests for view and method about query resolving --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:10:11 +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/modoboa-modoboa#2267
No description provided.