mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/shadowsocks: FreeBSD port points to wrong config
PR: https://github.com/opnsense/ports/pull/235
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= shadowsocks
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_COMMENT= Secure socks5 proxy
|
||||
PLUGIN_DEPENDS= shadowsocks-rust
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user