Merge pull request #19956 from stangri/master-https-dns-proxy

https-dns-proxy: update Makefile package descrition
This commit is contained in:
Stan Grishin 2022-11-22 14:18:55 -07:00 committed by GitHub
commit 971d8ac3e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@ define Package/https-dns-proxy
endef endef
define Package/https-dns-proxy/description define Package/https-dns-proxy/description
https-dns-proxy is a light-weight DNS<-->HTTPS, non-caching translation proxy for the RFC 8484 DoH standard. Light-weight DNS-over-HTTPS, non-caching translation proxy for the RFC 8484 DoH standard.
It receives regular (UDP) DNS requests and issues them via DoH. It receives regular (UDP) DNS requests and resolves them via DoH resolver.
Please see https://docs.openwrt.melmac.net/https-dns-proxy/ for more information. Please see https://docs.openwrt.melmac.net/https-dns-proxy/ for more information.
endef endef