Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aa65535 committed Sep 5, 2016
1 parent 905d713 commit 90c4680
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=dns-forwarder
PKG_VERSION:=1.0.1
PKG_VERSION:=1.0.2
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/aa65535/hev-dns-forwarder.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)
PKG_SOURCE_VERSION:=059cbdb26b27410986d501263e7de8808086ab75
PKG_SOURCE_VERSION:=887abc2c527980f48fc704c99dd65aa057fed66b
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jian Chang <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Forwarding DNS queries on TCP transport. For more information see the [Wiki][0].

[0]: https://github.com/aa65535/openwrt-chinadns/wiki/Use-DNS-Forwarder
[2]: https://github.com/aa65535/openwrt-dns-forwarder/releases
[B]: https://img.shields.io/badge/Download-1.0.1--1-blue.svg
[B]: https://img.shields.io/badge/Download-v1.0.2-blue.svg
2 changes: 1 addition & 1 deletion files/dns-forwarder.init
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ start_instance() {
service_start /usr/bin/dns-forwarder \
-b "${listen_addr:-0.0.0.0}" \
-p "${listen_port:-5353}" \
-s "${dns_servers:-8.8.8.8}" &
-s "${dns_servers:-8.8.8.8}"
}

start() {
Expand Down

0 comments on commit 90c4680

Please sign in to comment.