mirror of
https://github.com/minoplhy/DNSserver.git
synced 2024-11-24 10:16:54 +00:00
Filters Improvement Merge
filters improvement
This commit is contained in:
commit
3a979b0eb6
@ -16,9 +16,9 @@ Cluster Listen(TCP/443/853)
|
|||||||
|
|
||||||
# Recommendation
|
# Recommendation
|
||||||
1. [knot-resolver](https://knot-resolver.cz) **Recommend** using upstream repository on debian
|
1. [knot-resolver](https://knot-resolver.cz) **Recommend** using upstream repository on debian
|
||||||
2. Download.sh **Recommend** if you want to download all the default filters used in kresd.conf(knot-resolver configuration)
|
2. download-filters.sh **Recommend** if you want to download all the default filters used in kresd.conf(knot-resolver configuration)
|
||||||
3. [jedisct1/Encrypted-dns-server](https://github.com/jedisct1/encrypted-dns-server) is recommended if you are looking for an easy way to start a DNSCrypt server
|
3. [jedisct1/Encrypted-dns-server](https://github.com/jedisct1/encrypted-dns-server) **Recommend** if you are looking for an easy way to start a DNSCrypt server
|
||||||
4. [Mozilla ssl-config](https://ssl-config.mozilla.org/) is recommended if you are looking for a sample TLS/SSL configuration for your Server Software
|
4. [Mozilla ssl-config](https://ssl-config.mozilla.org/) **Recommend** if you are looking for a sample TLS/SSL configuration for your Server Software
|
||||||
|
|
||||||
# Mirror / Fork
|
# Mirror / Fork
|
||||||
[notabug.org](https://notabug.org/lottanorta/doh-dot-haproxy)
|
[notabug.org](https://notabug.org/lottanorta/doh-dot-haproxy)
|
||||||
|
@ -2,10 +2,16 @@
|
|||||||
*.play.googleapis.com CNAME rpz-passthru.
|
*.play.googleapis.com CNAME rpz-passthru.
|
||||||
exappupgrade.vivoglobal.com CNAME rpz-passthru.
|
exappupgrade.vivoglobal.com CNAME rpz-passthru.
|
||||||
sysupgrade-api.vivoglobal.com CNAME rpz-passthru.
|
sysupgrade-api.vivoglobal.com CNAME rpz-passthru.
|
||||||
|
|
||||||
keepass.info CNAME rpz-passthru.
|
keepass.info CNAME rpz-passthru.
|
||||||
|
*.keepass.info CNAME rpz-passthru.
|
||||||
keepassdx.com CNAME rpz-passthru.
|
keepassdx.com CNAME rpz-passthru.
|
||||||
|
*.keepassdx.com CNAME rpz-passthru.
|
||||||
|
|
||||||
; Hosting Providers / Domain Registrar
|
; Hosting Providers / Domain Registrar
|
||||||
*.ddos-guard.net CNAME rpz-passthru.
|
*.ddos-guard.net CNAME rpz-passthru.
|
||||||
|
ddos-guard.net CNAME rpz-paasthru.
|
||||||
*.blueangelhost.com CNAME rpz-passthru.
|
*.blueangelhost.com CNAME rpz-passthru.
|
||||||
|
blueangelhost.com CNAME rpz-passthru.
|
||||||
*.markmonitor.com CNAME rpz-passthru.
|
*.markmonitor.com CNAME rpz-passthru.
|
||||||
|
markmonitor.com CNAME rpz-passthru.
|
||||||
|
@ -27,9 +27,13 @@ graph.fbpigeon.com CNAME .
|
|||||||
|
|
||||||
; Express vpn folk
|
; Express vpn folk
|
||||||
*.get-express-vpn.com CNAME .
|
*.get-express-vpn.com CNAME .
|
||||||
|
get-express-vpn.com CNAME .
|
||||||
*.get-express-vpn.org CNAME .
|
*.get-express-vpn.org CNAME .
|
||||||
|
get-express-vpn.org CNAME .
|
||||||
*.get-express-vpn.net CNAME .
|
*.get-express-vpn.net CNAME .
|
||||||
|
get-express-vpn.net CNAME .
|
||||||
*.get-express-vpn.xyz CNAME .
|
*.get-express-vpn.xyz CNAME .
|
||||||
|
get-express-vpn.xyz CNAME .
|
||||||
|
|
||||||
; qq related
|
; qq related
|
||||||
err-up.vivoglobal.com CNAME .
|
err-up.vivoglobal.com CNAME .
|
||||||
|
Loading…
Reference in New Issue
Block a user