Skip to content

Commit 4db6e76

Browse files
Update pihole.toml
Signed-off-by: darkexplosiveqwx <101737077+darkexplosiveqwx@users.noreply.github.com>
1 parent ad81179 commit 4db6e76

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

test/pihole.toml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Pi-hole configuration file (v6.5-156-g043326cc-dirty) on branch tweak/performance
1+
# Pi-hole configuration file (v6.7-162-gad811798) on branch log-structured
22
# Encoding: UTF-8
33
# This file is managed by pihole-FTL
4-
# Last updated on 2026-03-21 11:13:18 UTC
4+
# Last updated on 2026-08-19 19:39:35 CEST
55

66
[dns]
77
# Upstream DNS Servers to be used by Pi-hole. If this is not set, Pi-hole will not
@@ -259,22 +259,22 @@
259259
#
260260
# Allowed values are:
261261
# Array of reverse servers each one in the following form:
262-
#
262+
#
263263
# "<enabled>,<ip-address>[/<prefix-len>],<server>[#<port>][,<domain>]"
264-
#
264+
#
265265
# Explanation of individual components:
266-
#
266+
#
267267
# - "<enabled>": either "true" or "false"
268-
#
268+
#
269269
# - "<ip-address>[/<prefix-len>]": Address range for the reverse server feature in
270270
# CIDR notation. If the prefix length is omitted, either 32 (IPv4) or 128 (IPv6)
271271
# are substituted (exact address match). This is almost certainly not what you
272272
# want here.
273273
# Example: "192.168.0.0/24" for the range 192.168.0.1 - 192.168.0.255
274-
#
274+
#
275275
# - "<server>[#<port>]": Target server to be used for the reverse server feature
276276
# Example: "192.168.0.1#53"
277-
#
277+
#
278278
# - "<domain>": Domain used for the reverse server feature (e.g., "fritz.box")
279279
# Example: "fritz.box"
280280
revServers = []
@@ -1372,6 +1372,15 @@
13721372
# Any writable file
13731373
webserver = "/var/log/pihole/webserver.log"
13741374

1375+
# Where to write FTL, webserver and dnsmasq log output
1376+
#
1377+
# Allowed values are:
1378+
# - "FILE"
1379+
# Write logs to the configured log files
1380+
# - "JSON"
1381+
# Write logs as structured JSON to stdout
1382+
destination = "FILE"
1383+
13751384
[misc]
13761385
# Using privacy levels you can specify which level of detail you want to see in your
13771386
# Pi-hole statistics. Changing this setting will trigger a restart of FTL
@@ -1783,7 +1792,7 @@
17831792
all = true ### CHANGED, default = false
17841793

17851794
# Configuration statistics:
1786-
# 171 total entries out of which 115 entries are default
1795+
# 172 total entries out of which 116 entries are default
17871796
# --> 56 entries are modified
17881797
# 3 entries are forced through environment:
17891798
# - misc.nice

0 commit comments

Comments
 (0)