diff --git a/net/microsocks/Makefile b/net/microsocks/Makefile index 1d4c7dda69..a025db478f 100644 --- a/net/microsocks/Makefile +++ b/net/microsocks/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=microsocks PKG_VERSION:=1.0.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/rofl0r/microsocks/tar.gz/v$(PKG_VERSION)? diff --git a/net/microsocks/files/microsocks.config b/net/microsocks/files/microsocks.config index f038c0399f..e9bda560c9 100644 --- a/net/microsocks/files/microsocks.config +++ b/net/microsocks/files/microsocks.config @@ -2,7 +2,7 @@ config microsocks 'config' option enabled '0' option bindaddr '' - option listenip '127.0.0.1' + option listenip '::' option port '1080' option user '' option password '' diff --git a/net/microsocks/files/microsocks.init b/net/microsocks/files/microsocks.init index 00204ed68a..a278251a62 100755 --- a/net/microsocks/files/microsocks.init +++ b/net/microsocks/files/microsocks.init @@ -45,7 +45,6 @@ start_service() { json_add_string type rule json_add_string name "Allow-access-microsocks-at-$_port" json_add_string src "*" - [ -z "$_bindaddr" ] || json_add_string dest_ip "$_bindaddr" json_add_string dest_port "$_port" json_add_string proto tcp json_add_string target ACCEPT