|
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 |
2 | 2 | # Encoding: UTF-8 |
3 | 3 | # 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 |
5 | 5 |
|
6 | 6 | [dns] |
7 | 7 | # Upstream DNS Servers to be used by Pi-hole. If this is not set, Pi-hole will not |
|
259 | 259 | # |
260 | 260 | # Allowed values are: |
261 | 261 | # Array of reverse servers each one in the following form: |
262 | | - # |
| 262 | + # |
263 | 263 | # "<enabled>,<ip-address>[/<prefix-len>],<server>[#<port>][,<domain>]" |
264 | | - # |
| 264 | + # |
265 | 265 | # Explanation of individual components: |
266 | | - # |
| 266 | + # |
267 | 267 | # - "<enabled>": either "true" or "false" |
268 | | - # |
| 268 | + # |
269 | 269 | # - "<ip-address>[/<prefix-len>]": Address range for the reverse server feature in |
270 | 270 | # CIDR notation. If the prefix length is omitted, either 32 (IPv4) or 128 (IPv6) |
271 | 271 | # are substituted (exact address match). This is almost certainly not what you |
272 | 272 | # want here. |
273 | 273 | # Example: "192.168.0.0/24" for the range 192.168.0.1 - 192.168.0.255 |
274 | | - # |
| 274 | + # |
275 | 275 | # - "<server>[#<port>]": Target server to be used for the reverse server feature |
276 | 276 | # Example: "192.168.0.1#53" |
277 | | - # |
| 277 | + # |
278 | 278 | # - "<domain>": Domain used for the reverse server feature (e.g., "fritz.box") |
279 | 279 | # Example: "fritz.box" |
280 | 280 | revServers = [] |
|
1372 | 1372 | # Any writable file |
1373 | 1373 | webserver = "/var/log/pihole/webserver.log" |
1374 | 1374 |
|
| 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 | + |
1375 | 1384 | [misc] |
1376 | 1385 | # Using privacy levels you can specify which level of detail you want to see in your |
1377 | 1386 | # Pi-hole statistics. Changing this setting will trigger a restart of FTL |
|
1783 | 1792 | all = true ### CHANGED, default = false |
1784 | 1793 |
|
1785 | 1794 | # Configuration statistics: |
1786 | | -# 171 total entries out of which 115 entries are default |
| 1795 | +# 172 total entries out of which 116 entries are default |
1787 | 1796 | # --> 56 entries are modified |
1788 | 1797 | # 3 entries are forced through environment: |
1789 | 1798 | # - misc.nice |
|
0 commit comments