Skip to content

Commit 3a3984f

Browse files
committed
net/shadowsocks: FreeBSD port points to wrong config
PR: opnsense/ports#235
1 parent 2c4e372 commit 3a3984f

File tree

2 files changed

+2
-1
lines changed
  • net/shadowsocks

2 files changed

+2
-1
lines changed

net/shadowsocks/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PLUGIN_NAME= shadowsocks
22
PLUGIN_VERSION= 1.2
3-
PLUGIN_REVISION= 1
3+
PLUGIN_REVISION= 2
44
PLUGIN_COMMENT= Secure socks5 proxy
55
PLUGIN_DEPENDS= shadowsocks-rust
66
PLUGIN_MAINTAINER= m.muenz@gmail.com
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% if helpers.exists('OPNsense.shadowsocks.local.enabled') and OPNsense.shadowsocks.local.enabled == '1' %}
22
sslocal_rust_enable="YES"
3+
sslocal_rust_args="-c /usr/local/etc/shadowsocks-rust/local.json"
34
{% else %}
45
sslocal_rust_enable="NO"
56
{% endif %}

0 commit comments

Comments
 (0)