Skip to content

Commit

Permalink
Review suggestion + we should not warn about load on the CI as this i…
Browse files Browse the repository at this point in the history
…s out of our control

Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Nov 29, 2021
1 parent 6d7bbcb commit 6cf7948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ void read_FTLconf(void)

// BLOCK_ICLOUD_PR
// Should FTL handle the iCloud privacy relay domains specifically and
// always return NXDOMAIN ?
// always return NXDOMAIN?
// defaults to: true
buffer = parse_FTLconf(fp, "BLOCK_ICLOUD_PR");
config.special_domains.icloud_private_relay = read_bool(buffer, true);
Expand Down
1 change: 1 addition & 0 deletions test/pihole-FTL.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DEBUG_ALL=true
RESOLVE_IPV4=no
RESOLVE_IPV6=no
CHECK_LOAD=false

0 comments on commit 6cf7948

Please sign in to comment.