Files: 90dfad001a91b412a745a9cad0dccf4a3ef49dc2 / plugins / onion.js
258 bytesRaw
1 | exports.name = 'onion' |
2 | exports.version = '1.0.0' |
3 | exports.init = function (ssk, config) { |
4 | var Onion = require('multiserver/plugins/onion') |
5 | |
6 | ssk.multiserver.transport({ |
7 | name: 'onion', |
8 | create: function (conf) { |
9 | return Onion(conf) |
10 | } |
11 | }) |
12 | } |
13 |
Built with git-ssb-web