Skip to content

Commit

Permalink
added index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Apr 21, 2017
1 parent d22f27e commit d603a94
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
'use strict'
var exec = require('./lib/exec')
var ssh = require('./lib/ssh')

exports.createSocksProxy = exec.createSocksProxy
exports.checkStatus = exec.checkStatus
exports.initAddon = exec.initAddon
exports.withAddonInfo = exec.withAddonInfo
exports.updateClientKey = exec.updateClientKey

exports.socksv5 = ssh.socksv5
exports.connect = ssh.connect
exports.scp = ssh.scp
2 changes: 1 addition & 1 deletion lib/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ module.exports = {
checkStatus,
initAddon,
withAddonInfo,
updateClientKey,
updateClientKey
}

0 comments on commit d603a94

Please sign in to comment.