Skip to content

Commit

Permalink
https-dns-proxy: 2021-05-14 bugfix: fallback to HTTP/1 by default
Browse files Browse the repository at this point in the history
Signed-off-by: Stan Grishin <stangri@melmac.net>
  • Loading branch information
stangri committed Jun 2, 2021
1 parent 888a2d2 commit 12b4ab3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion net/https-dns-proxy/Makefile
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=https-dns-proxy
PKG_VERSION:=2021-05-14
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy
Expand Down
2 changes: 1 addition & 1 deletion net/https-dns-proxy/files/https-dns-proxy.init
Expand Up @@ -56,7 +56,7 @@ start_instance() {
append_parm "$cfg" 'group' '-g' 'nogroup'
append_parm "$cfg" 'proxy_server' '-t'
append_parm "$cfg" 'logfile' '-l'
append_bool "$cfg" 'use_http1' '-x'
append_bool "$cfg" 'use_http1' '-x' '1'
config_get_bool ipv6_resolvers_only "$cfg" 'use_ipv6_resolvers_only' '0'
config_get verbosity "$cfg" 'verbosity' '0'

Expand Down
23 changes: 0 additions & 23 deletions net/https-dns-proxy/patches/010-ninja.patch

This file was deleted.

0 comments on commit 12b4ab3

Please sign in to comment.