Skip to content

Commit 8a2f73f

Browse files
authored
microsocks: add socks5 forwarding rules support (#617)
A self modified enhanced version prepared for optimizing passwall functionality. Version from: https://github.com/lwb1978/microsocks/tree/forward
1 parent 0f2751a commit 8a2f73f

File tree

2 files changed

+431
-2
lines changed

2 files changed

+431
-2
lines changed

microsocks/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=microsocks
88
PKG_VERSION:=1.0.5
9-
PKG_RELEASE:=1
9+
PKG_RELEASE:=2
1010

1111
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1212
PKG_SOURCE_URL:=https://codeload.github.com/rofl0r/microsocks/tar.gz/v$(PKG_VERSION)?
@@ -25,14 +25,15 @@ define Package/microsocks
2525
SECTION:=net
2626
CATEGORY:=Network
2727
SUBMENU:=Web Servers/Proxies
28-
TITLE:=Tiny, portable SOCKS5 server
28+
TITLE:=Tiny, portable SOCKS5 server. Support forwarding rules
2929
URL:=https://github.com/rofl0r/microsocks
3030
DEPENDS:=+libpthread
3131
endef
3232

3333
define Package/microsocks/description
3434
A SOCKS5 service that you can run on your remote boxes to tunnel connections
3535
through them, if for some reason SSH doesn't cut it for you.
36+
This version supports forwarding rules.
3637
endef
3738

3839
define Package/microsocks/install

0 commit comments

Comments
 (0)