Browse Source

Merge pull request #6180 from openwrt/unbound-tfo-v2

unbound: Enable TCP fast open
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
10eb55f580
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      net/unbound/Makefile

+ 3
- 1
net/unbound/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=unbound
PKG_VERSION:=1.7.1
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
@ -113,6 +113,8 @@ CONFIGURE_ARGS += \
--disable-dsa \
--disable-gost \
--enable-allsymbols \
--enable-tfo-client \
--enable-tfo-server \
--with-libexpat="$(STAGING_DIR)/usr" \
--with-ssl="$(STAGING_DIR)/usr" \
--with-pidfile=/var/run/unbound.pid \


Loading…
Cancel
Save