git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: d2b5693b01842e3376dae3c3cf5c579e03e490c4

Files: d2b5693b01842e3376dae3c3cf5c579e03e490c4 / plugins / onion.js

258 bytesRaw
1exports.name = 'onion'
2exports.version = '1.0.0'
3exports.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