Hi
I recently upgraded to iOS 18 which has resulted in my 2FA codes being removed (all part of beta testing!), is there a way to clear it from pihole or do I need to do a clean install?
Hi
I recently upgraded to iOS 18 which has resulted in my 2FA codes being removed (all part of beta testing!), is there a way to clear it from pihole or do I need to do a clean install?
You can use
sudo pihole-FTL --config webserver.api.totp_secret ""
to remove 2FA from your Pi-hole.
Note that you can also use
sudo pihole-FTL --totp
to generate a TOTP token manually without a third-party authenticator app.