Skip to content

Commit 4d80db5

Browse files
authored
Update dnscrypt-proxy.toml
commented out [blocked_names] [blocked_ips] [allowed_names] []
1 parent 9525c3f commit 4d80db5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/dnscrypt-proxy.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ cache_neg_max_ttl = 600
460460
## A script to build blocklists from public feeds can be found in the
461461
## `utils/generate-domains-blocklists` directory of the dnscrypt-proxy source code.
462462

463-
[blocked_names]
463+
#[blocked_names]
464464

465465
## Path to the file of blocking rules (absolute, or relative to the same directory as the config file)
466466

@@ -488,7 +488,7 @@ cache_neg_max_ttl = 600
488488
## fe80:abcd:*
489489
## 192.168.1.4
490490

491-
[blocked_ips]
491+
#[blocked_ips]
492492

493493
## Path to the file of blocking rules (absolute, or relative to the same directory as the config file)
494494

@@ -516,7 +516,7 @@ cache_neg_max_ttl = 600
516516
##
517517
## Time-based rules are also supported to make some websites only accessible at specific times of the day.
518518

519-
[allowed_names]
519+
#[allowed_names]
520520

521521
## Path to the file of allow list rules (absolute, or relative to the same directory as the config file)
522522

0 commit comments

Comments
 (0)