feat(blocky): change some settings and add more adlists.
This commit is contained in:
parent
c55c4d1904
commit
32e68fb934
1 changed files with 11 additions and 6 deletions
|
|
@ -22,20 +22,25 @@
|
|||
|
||||
blocking = {
|
||||
denylists = {
|
||||
"pro" = ["https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/pro.txt"];
|
||||
"tif" = ["https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/tif.txt"];
|
||||
"fake" = ["https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/fake.txt"];
|
||||
"gambling" = ["https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/gambling.txt"];
|
||||
"default" = [
|
||||
"https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/pro.txt"
|
||||
"https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/fake.txt"
|
||||
"https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/popupads.txt"
|
||||
"https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/tif.txt"
|
||||
"https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/hoster.txt"
|
||||
"https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/gambling.txt"
|
||||
"https://codeberg.org/hagezi/mirror2/raw/branch/main/dns-blocklists/wildcard/native.samsung.txt"
|
||||
];
|
||||
};
|
||||
allowlists = {
|
||||
"pro" = [
|
||||
"default" = [
|
||||
''
|
||||
jnn-pa.googleapis.com
|
||||
challenges.cloudflare.com
|
||||
''
|
||||
];
|
||||
};
|
||||
clientGroupsBlock.default = ["pro" "tif" "fake" "gambling"];
|
||||
clientGroupsBlock.default = ["default"];
|
||||
};
|
||||
|
||||
caching = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue