mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-27 17:21:54 -04:00
net/shadowsocks: bump plugin version to 1.3 (#4966)
* net/shadowsocks: Bump plugin version to 1.3 * Update changelog
This commit is contained in:
parent
59f3c772c5
commit
320de1124a
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= shadowsocks
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_COMMENT= Secure socks5 proxy
|
||||
PLUGIN_DEPENDS= shadowsocks-rust
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@ Shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.3
|
||||
|
||||
* Update ciphers to match shadowsocks-rust (contributed by eguun)
|
||||
|
||||
1.2
|
||||
|
||||
* Switch to shadowsocks-rust
|
||||
|
|
|
|||
Loading…
Reference in a new issue