Skip to content

Commit

Permalink
remove koolproxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
honwen committed May 7, 2019
1 parent ca7a2fe commit cf80d40
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5,523 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Upstream DNS for ChinaDNS:
### dnsmasq-extra

- dnsmasq for adblock
- dnsmasq/ipset for koolproxy
- dnsmasq/ipset for dnscrypt/chinadns/ss(r)-tunnel

[S]: https://wiki.openwrt.org/doc/howto/obtain.firmware.sdk
6 changes: 3 additions & 3 deletions dnsmasq-extra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=dnsmasq-extra
PKG_VERSION:=2019-05-04
PKG_RELEASE:=1.0
PKG_VERSION:=2019-05-07
PKG_RELEASE:=1.1

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

Expand Down Expand Up @@ -55,7 +55,7 @@ define Package/dnsmasq-extra/install
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_BIN) ./files/sh/uci-defaults $(1)/etc/uci-defaults/dnsmasq-extra
$(INSTALL_DIR) $(1)/etc/dnsmasq-extra.d
$(INSTALL_DATA) ./files/data/{gfwlist,tldn,direct,adblock,koolproxy,custom.conf,chnroute.txt} $(1)/etc/dnsmasq-extra.d/
$(INSTALL_DATA) ./files/data/{gfwlist,tldn,direct,adblock,custom.conf,chnroute.txt} $(1)/etc/dnsmasq-extra.d/
endef

$(eval $(call BuildPackage,dnsmasq-extra))
Loading

0 comments on commit cf80d40

Please sign in to comment.