proxy - Does ruby has a feature like socksProxy in java? -


when write program in java, use -dsocksproxyhost, -dsockproxyport options proxy network request specified address.

does ruby has feature that? know there proxy class in ruby. however, not think can utilize when want connect oracle database.

you can jruby using -j flag passes options jvm:

jruby -j-dsocksproxyhost=domain program.rb 

mri/rubinius don't have similar flag, can use gem proxifier or socksify dirty work you.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -