mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-17 21:03:30 +00:00
luci-app-ssr-plus: remove fallback opendns server
This commit is contained in:
parent
15b0fffbe9
commit
e7fc8ffcbf
@ -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)
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user