Added pihole-register.py, updated all scripts for using system trusted

CAs
This commit is contained in:
2026-08-23 13:31:15 +02:00
parent 3a71b3e48b
commit 39924ec4ce
3 changed files with 141 additions and 4 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import re
import urllib.parse
from pathlib import Path
api_url = "https://pi.hole/api"
default_ca_cert = "/etc/pihole/tls_ca.crt"
api_url = "https://pihole.haemka.lan/api"
default_ca_cert = "/etc/ssl/certs/ca-certificates.crt"
default_password_file = "/etc/pihole/api_password"
default_keep_file = "/etc/pihole/dns_hosts_keep"