A SwiftUI app to simply and quickly manage your Pi-Hole
Find a file
William Brawner 91b0ddb18e Improve password connection
The pi-hole API key is really just the web password hashed twice with
SHA256, so instead of doing some complex stuff with logging in and
pulling the api key from the webpage with a regex, we can just do the
double hashing on device and save some time.
2020-01-26 13:43:54 -07:00
PiHelper Improve password connection 2020-01-26 13:43:54 -07:00
PiHelper.xcodeproj Add AboutView with option to forget Pi-hole 2020-01-26 13:43:26 -07:00
PiHelper.xcworkspace Changes for 1.0 TestFlight release 2020-01-20 18:11:55 -07:00
PiHelperTests Changes for 1.0 TestFlight release 2020-01-20 18:11:55 -07:00
PiHelperUITests Changes for 1.0 TestFlight release 2020-01-20 18:11:55 -07:00
.gitignore Add methods for automatically detecting the Pi-Hole 2019-11-16 19:12:56 -07:00