luci-app-ssr-plus: remove fallback opendns server

This commit is contained in:
LEAN-ESX 2020-03-02 00:56:27 -08:00
parent 15b0fffbe9
commit e7fc8ffcbf
2 changed files with 2 additions and 11 deletions

View File

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ssr-plus
PKG_VERSION:=154
PKG_RELEASE:=3
PKG_VERSION:=155
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

View File

@ -250,15 +250,6 @@ start_pdnsd() {
interval=10m;
purge_cache=off;
}
server{
label="ssr-pdnsd";
ip=$tcp_dns_list;
port=5353;
timeout=6;
uptest=none;
interval=10m;
purge_cache=off;
}
EOF
/usr/sbin/pdnsd -c /var/etc/pdnsd.conf -d
}