A SwiftUI app to simply and quickly manage your Pi-Hole
William Brawner
91b0ddb18e
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. |
||
---|---|---|
PiHelper | ||
PiHelper.xcodeproj | ||
PiHelper.xcworkspace | ||
PiHelperTests | ||
PiHelperUITests | ||
.gitignore |