https://github.com/honwen/shadowsocks-helper
https://github.com/honwen/shadowsocks-helper
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/honwen/shadowsocks-helper
- Owner: honwen
- License: mit
- Created: 2016-07-02T17:16:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T16:13:37.000Z (about 1 year ago)
- Last Synced: 2024-06-20T01:54:21.370Z (12 months ago)
- Language: Go
- Size: 206 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shadowsocks-helper
```shell
NAME:
ss(r)-helper - shadowsocks(R)-helperUSAGE:
ssr-helper_linux_amd64 [global options] command [command options] [arguments...]VERSION:
20161212COMMANDS:
help, h Shows a list of commands or help for one command
CONVERTER:
json2ssr convert FROM[gui-config.json] to URI[ssr://host:port:protocol:method:obfs:pass]
json2ss convert FROM[gui-config.json] to URI[ss://method:pass@host:port]
ss2ssr convert URI[ss://method:pass@host:port] to URI[ssr://host:port:protocol:method:obfs:pass]
ss2json convert URI[ss://method:pass@host:port] to JSON
ssr2json convert URI[ssr://host:port:protocol:method:obfs:pass] to JSON
HELPER:
dnsmasq generate DNSMASQ(server/ipset) from GFWLIST(online) with SSR-Proxy(optional)
ssrrank speed-test for shadowsocksr from list of FROM[ssr://host:port:protocol:method:obfs:pass]GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```