Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
the sdk canhelp you to manage your shadowsocks sever
::
pip install shadowsocks-sdk
::
ss = ShadowsocksSDK('127.0.0.1', 6001)
print(ss.ping())
ss.add_user('9000', 'password')
ss.remove_user('9000')
::
usage: sscli [-h] [-v] {ping,add,remove} ...
positional arguments:
{ping,add,remove}
ping ping shadowsocks server.
add add new user to shadowsocks server.
remove remove a user from shadowsocks server.
optional arguments:
-h, --help show sscli usage and message.
-v, --version show shadowsocks sdk version.
ping usage
::
usage: sscli ping [-h] --host HOST --port PORT
optional arguments:
-h, --help show this help message and exit
--host HOST shadowsocks server manager bind host, default 127.0.0.1.
--port PORT shadowsocks server manager bind port, default 6001.
add usage
~~~~~~~~~
::
usage: sscli add [-h] --host HOST --port PORT --server_port SERVER_PORT
--password PASSWORD
optional arguments:
-h, --help show this help message and exit
--host HOST shadowsocks server manager bind host, default
127.0.0.1.
--port PORT shadowsocks server manager bind port, default 6001.
--server_port SERVER_PORT
new server_port for new user, default 9000.
--password PASSWORD new password for new user, default password.
remove usage
::
usage: sscli remove [-h] --host HOST --port PORT --server_port SERVER_PORT
optional arguments:
-h, --help show this help message and exit
--host HOST shadowsocks server manager bind host, default
127.0.0.1.
--port PORT shadowsocks server manager bind port, default 6001.
--server_port SERVER_PORT
new server_port for new user, default 9000.
MIT
FAQs
shadowsocks sdk and cli
We found that shadowsocks-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.