DL6ER
February 13, 2024, 11:58am
53
Follow-up: The feature for defining multiple server has landed in development-v6 and will definitely be released with Pi-hole v6.0. We are currently also working on a nicer user interface:
development ← tweak/multi_revServers
opened 07:01PM - 27 Jan 24 UTC
### What does this PR aim to accomplish?
Replace the current single `<textare… a>` with a table.
Each reverse server will be in a separate row and each field will be in a separate table cell.
A small legend will improve usability (maybe we will need to change the help text).
**NOTE:**
~~Depends on https://github.com/pi-hole/web/pull/2885~~ _(already merged)_
### How does this PR accomplish the above?
Using _datatables_ plugin and a few functions to deal with _dns.revServers_ entries.

---
**By submitting this pull request, I confirm the following:**
1. I have read and understood the [contributors guide](https://docs.pi-hole.net/guides/github/contributing/), as well as this entire template. I understand which branch to base my commits and Pull Requests against.
2. I have commented my proposed changes within the code and I have tested my changes.
3. I am willing to help maintain this change if there are issues with it later.
4. It is compatible with the [EUPL 1.2 license](https://opensource.org/licenses/EUPL-1.1)
5. I have squashed any insignificant commits. ([`git rebase`](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html))
6. I have checked that another pull request for this purpose does not exist.
7. I have considered, and confirmed that this submission will be valuable to others.
8. I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
9. I give this submission freely, and claim no ownership to its content.
---
- [x] I have read the above and my PR is ready for review. *Check this box to confirm*
1 Like
rastlov
November 8, 2025, 4:33am
54
Multiple conditional forwarders works for me now. One per line on the GUI. I have multiple subnets and one domain. One pi-hole per subnet. DHCP on the routers. Port forwarding for DNS on the internal routers.
true,10.69.5.0/24,10.69.5.1,example.com
true,10.69.2.0/24,10.69.2.1,example.com
true,10.69.9.0/24,10.69.9.1,example.com