Skip to content

Commit

Permalink
fix protocol=socks
Browse files Browse the repository at this point in the history
  • Loading branch information
honwen committed Mar 26, 2021
1 parent 151ee08 commit 0ef0db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-shadowsocks
PKG_VERSION:=2.0.2
PKG_RELEASE:=3
PKG_RELEASE:=4

PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE
Expand Down
2 changes: 1 addition & 1 deletion files/root/etc/init.d/shadowsocks
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ start_local() {
ss_local() {
command -v sslocal >/dev/null 2>&1 || return 0
start_local "$(uci_get_by_type http_proxy server)" "http"
start_local "$(uci_get_by_type socks5_proxy server)" "socks5"
start_local "$(uci_get_by_type socks5_proxy server)" "socks"
}

start_tunnel() {
Expand Down

0 comments on commit 0ef0db2

Please sign in to comment.