Go to file
Minoplhy f3bfe34c88
Update download-filters.sh
2021-08-28 15:02:05 +07:00
addition Update check.http 2021-01-23 14:19:27 +07:00
configuration Fix Typo 2021-08-28 13:41:13 +07:00
README.md Fix Readme 2021-08-28 13:43:13 +07:00
bright.md Create bright.md 2021-01-01 20:25:06 +07:00
download-filters.sh Update download-filters.sh 2021-08-28 15:02:05 +07:00

README.md

HaproxyDNS

Use Haproxy or NGINX as Dns-over-HTTPS | DNS-over-TLS | DNSCrypt(not Haproxy) | Plain DNS Server

!!! denylist.rpz and allowlist.rpz are made for my private use and will cause problem with some domain !!!

denylist.rpz and allowlist.rpz now moved to dedicated repository but still cause problem

Query
           Dns-over-TLS
          --------------------->  Haproxy(Frontend)    ----------------------------->  
Cluster                         Listen(TCP/443/853)                                 
          --------------------->            (HTTP/443) -------> m13253/DOH   ------->        Knot-resolver
	   Dns-over-HTTPS                                                                    Listen(global/dns)Listen(Local/dns)
	   DNSCrypt v2             
	   --------------------->  jedisct1/Encrypted DNS Server ------------------->
                                   Listen(TCP/UDP/8443)

or NGINX

Query
           Dns-over-TLS
          --------------------->  NGINX(Frontend)    ----------------------------->  
Cluster                         Listen(TCP/443/853)                                 
          --------------------->            (HTTP/443) -------> m13253/DOH   ------->        Knot-resolver
	   Dns-over-HTTPS                                                                    Listen(global/dns)Listen(Local/dns)
	   DNSCrypt v2             
	   --------------------->  jedisct1/Encrypted DNS Server ------------------->
                                   Listen(TCP/UDP/8443)

Recommendation

  1. knot-resolver Recommend using upstream repository on debian
  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 Recommend if you are looking for an easy way to start a DNSCrypt server
  4. Mozilla ssl-config Recommend if you are looking for a sample TLS/SSL configuration for your Server Software

Mirror / Fork

Mirror n Fork Repository might not up-to-date with main repository

notabug.org

codeberg.org