SOCKS proxy support for rubygems/bundler。
Installation
$ gem install rubygems-socksproxy
Usage
gem command with socks proxy:
SOCKS_PROXY=localhost:1080 gem install xxx
bundle command with socks proxy:
SOCKS_PROXY=localhost:1080 bundle-socks install
from https://github.com/gussan/rubygems-socksproxy
---------------------------------
Command_Socksify
Installation
$ gem install command_socksify
Usage
$ csocksify -h
Usage: csocksify [options]
-g GEM_NAME default: same as the command name
-s SOCKS_SERVER default: localhost
-p SOCKS_PORT default: 1080
Example:
$ csocksify -g bundler bundle install
from https://github.com/tkeo/command_socksify
No comments:
Post a Comment