Files: d2b5693b01842e3376dae3c3cf5c579e03e490c4 / 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