+ client: add link to the new article about hosts blocklists syntax

This commit is contained in:
Ildar Kamalov
2019-10-14 17:11:04 +03:00
parent dbe57969f1
commit 9ea7bb0ae6
19 changed files with 243 additions and 70 deletions

View File

@@ -141,7 +141,7 @@
"example_comment": "! Here goes a comment",
"example_comment_meaning": "just a comment",
"example_comment_hash": "# Also a comment",
"example_regex_meaning": "block access to the domains matching the <0>specified regular expression</0>",
"example_regex_meaning": "block access to the domains matching the specified regular expression",
"example_upstream_regular": "regular DNS (over UDP)",
"example_upstream_dot": "encrypted <0>DNS-over-TLS</0>",
"example_upstream_doh": "encrypted <0>DNS-over-HTTPS</0>",
@@ -399,5 +399,6 @@
"orgname": "Organization name",
"netname": "Network name",
"descr": "Description",
"whois": "Whois"
"whois": "Whois",
"filtering_rules_learn_more": "<0>Learn more</0> about creating your own hosts blocklists."
}