Unbound - Static 版本
安装目录 /opt
tar -Jxvf unbound-1.17.1-static_x86_64.tar.xz -C /opt
使用参数:
./configure \
--prefix=/opt/unbound \
--with-username="" \
--with-chroot-dir="" \
--with-run-dir="" \
--disable-shared \
--disable-rpath \
--enable-tfo-client \
--enable-tfo-server \
--enable-fully-static \
--enable-pie \
--enable-subnet \
--enable-dnscrypt \
--enable-cachedb \
--enable-ipsecmod \
--enable-ipset \
--with-libnghttp2="../extra/libnghttp2" \
--with-libevent="../extra/libevent" \
--with-libsodium="../extra/libsodium" \
--with-libmnl="../extra/libmnl" \
--with-ssl="../extra/openssl" \
--with-libhiredis="../extra/libhiredis" \
CFLAGS="-Ofast -funsafe-math-optimizations -ffinite-math-only -fno-rounding-math -fexcess-precision=fast -funroll-loops -ffunction-sections -fdata-sections -pipe" \
LDFLAGS="-L../extra/expat/lib -lexpat" \
CC=clang CXX=clang++
版本信息