We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4e372 commit 3a3984fCopy full SHA for 3a3984f
net/shadowsocks/Makefile
@@ -1,6 +1,6 @@
1
PLUGIN_NAME= shadowsocks
2
PLUGIN_VERSION= 1.2
3
-PLUGIN_REVISION= 1
+PLUGIN_REVISION= 2
4
PLUGIN_COMMENT= Secure socks5 proxy
5
PLUGIN_DEPENDS= shadowsocks-rust
6
PLUGIN_MAINTAINER= m.muenz@gmail.com
net/shadowsocks/src/opnsense/service/templates/OPNsense/Shadowsocks/sslocal
@@ -1,5 +1,6 @@
{% if helpers.exists('OPNsense.shadowsocks.local.enabled') and OPNsense.shadowsocks.local.enabled == '1' %}
sslocal_rust_enable="YES"
+sslocal_rust_args="-c /usr/local/etc/shadowsocks-rust/local.json"
{% else %}
sslocal_rust_enable="NO"
{% endif %}
0 commit comments