A proxy ng
- download pre packaged executable from release, zip files
- just unzip
- download packed dotnet tool from release, and install use
dotnet tool
command, nupkg files dotnet tool install shark/shark-server -g --add-source ${folder of nupkg files}
- add github package registry
https://nuget.pkg.github.com/okawali/index.json
dotnet tool install shark/shark-server -g --ignore-failed-sources
shark-server | shark -h
-c, --config=VALUE config file path, default ${appRoot}/config.yml
-h, --help show this message and exit
pluginRoot: ~
backlog: ~
logLevel: 2
shark:
host: 127.0.0.1
port: 12306
max: 0
auth: none
keygen: scrypt
crypto: aes-256-cbc
client:
host: 127.0.0.1
port: 1080
protocol: Socks5
....