Have the ability to have multiple host records with the ‘pihole -a hostrecord’ command and the ability to list all the host records that you have made for example ‘pihole -a -l’ would list all the host records that the user has created.
jfb
March 17, 2020, 9:33pm
2
Beta 5.0 may already have this feature - Custom DNS records.
Does Pi-hole beta 5.0 still use AdminLTE? If so I will update. BTW I think that Pi-hole is a great project!
jfb
March 17, 2020, 9:37pm
4
It has both an admin GUI and an FTL module (same as the current master 4.x).
Ok, that’s great. I will update Pi-hole right now!
jfb
March 17, 2020, 9:48pm
6
It's not quite a matter of updating. You have to transfer to the beta 5.0 branch. See instructions in the release announcement:
https://pi-hole.net/2020/01/19/announcing-a-beta-test-of-pi-hole-5-0/
1 Like
Once Pi-hole beta 5.0 becomes a stable release will it automatically update me to the stable release?
jfb
March 17, 2020, 10:51pm
9
Yes. Once Pi-hole 5.0 is the new master, pihole -up
will update to this.
Thanks, you may now close this topic.
Pihole v5.0 removed pihole -a hostrecord
pi-hole:release/v5.0
← pi-hole:fix/remove_hostrecord
opened 11:23AM - 23 Apr 20 UTC
**By submitting this pull request, I confirm the following:**
- [X] I have r… ead and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md), as well as this entire template.
- [X] I have made only one major change in my proposed changes.
- [X] I have commented my proposed changes within the code.
- [X] I have tested my proposed changes, and have included unit tests where possible.
- [X] I am willing to help maintain this change if there are issues with it later.
- [X] I give this submission freely and claim no ownership.
- [X] It is compatible with the [EUPL 1.2 license](https://opensource.org/licenses/EUPL-1.1)
- [X] I have squashed any insignificant commits. ([`git rebase`](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html))
---
**What does this PR aim to accomplish?:**
Remove `pihole -a hostrecord` added in #1266 for Pi-hole v2.13 as requested by at least 59 users in one of the last comments in said pull request.
Custom DNS is an adequate alternative while being much more flexible. Existing host records will be kept on removal of this option.
**How does this PR accomplish the above?:**
Remove code and documentation
**What documentation changes (if any) are needed to support this PR?:**
None
but added the ability to add "Local DNS Records" via Web GUI.