@@ -690,8 +690,6 @@ format = 'tsv'
690690# # Allowed IP lists support the same patterns as IP blocklists
691691# # If an IP response matches an allowed entry, the corresponding session
692692# # will bypass IP filters.
693- # #
694- # # Time-based rules are also supported to make some websites only accessible at specific times of the day.
695693
696694[allowed_ips ]
697695
@@ -763,7 +761,7 @@ format = 'tsv'
763761# # expiring after `cache_ttl` hours.
764762# #
765763# # `refresh_delay` controls how often to download updates during normal operation.
766- # # Must be in the [24..168 ] interval (1 day to 1 week) .
764+ # # Must be in the [25..169 ] interval; values outside that range are clamped .
767765# #
768766# # `cache_ttl` controls how old the cache can be at startup before requiring
769767# # an immediate download. Defaults to 168 hours if not set.
@@ -937,7 +935,7 @@ skip_incompatible = false
937935# # retrieved via a relay, try getting them directly. Actual queries
938936# # will then always go through relays.
939937
940- # direct_cert_fallback = false
938+ # direct_cert_fallback = true
941939
942940
943941# ##############################################################################
@@ -1035,8 +1033,8 @@ enable_query_log = true
10351033
10361034# # Privacy level for the monitoring UI
10371035# # 0: show all details including client IPs
1038- # # 1: anonymize client IPs (default)
1039- # # 2: aggregate data only (no individual queries or domains shown)
1036+ # # 1: anonymize client IPs
1037+ # # 2: aggregate data only (no individual queries or domains shown) (default)
10401038privacy_level = 1
10411039
10421040# # Maximum number of recent query log entries to keep in memory
0 commit comments