Unable to install FTLDNS core

So I had a fully functioning pihole but then I did something while trying to get the wifi on the pi going through pihole as well which resulted in a pi that wasn't accessible (don't have a keyboard to plug in). So I figured I'd start from scratch since it only take a few minutes.

Previously I had no issues using FTLDNS (Help Us Beta Test FTLDNS – Pi-hole) however this time I get URL not found error when using the pihole checkout core FTLDNS command. The web FTLDNS will update without issue. I've tried all sorts of suggestions I've found on here but none of them seem to work for me.

[i] FTL Checks...
[✓] Detected ARM-hf architecture (armv7+)
[i] Checking for existing FTL binary...
[i] Downloading and Installing FTL...curl: (22) The requested URL returned error: 404
[✗] Downloading and Installing FTL
Error: URL not found
[✗] FTL Engine not installed

Any help would be appreciated.

Can you try pihole checkout dev the dev branch currently includes all the FTLDNS features and implementations

Thanks - I managed to get it working with the below.
echo release/v4.0 | sudo tee /etc/pihole/ftlbranch
pihole checkout core release/v4.0
pihole checkout web release/v4.0

Glad to hear it!

Just be aware when we release 4.0 fully you will need to run the following to continue to get updates etc. pihole checkout master

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.