add config file option

This commit is contained in:
2025-03-07 15:56:31 +01:00
parent 34960aa608
commit 3ad75b6eb8
3 changed files with 18 additions and 6 deletions

6
pihole.json.sample Normal file
View File

@@ -0,0 +1,6 @@
{
"host": "localhost",
"port": 80,
"ssl": false,
"password": "mypassword"
}