Added pihole-register.py, updated all scripts for using system trusted
CAs
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user