Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tortard

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tortard

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

tortard - tor for tards

Just a simple app to map SOCKS address and port to a local address and port that doesn't require SOCKS.

# this will map port 80 of silkroadvb5piz3r.onion to port 9433 on localhost
host 'silkroadvb5piz3r.onion' do
	map 80, 'localhost:9433'
end

# you can achieve the same with
map 'silkroadvb5piz3r.onion:80', 'localhost:9433'

# if you want you can use SSL
ssl :internal do
  # maps here will use SSL internally, which means you will be able to connect
  # to the local port without SSL
end

ssl :external do
  # this will require SSL to connect but won't use it internally
end

ssl :both do
  # this will use SSL on both ends
end

FAQs

Package last updated on 18 May 2012

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc