cjdmaid
v0.1.9
Published
Cjdns peers manager
Downloads
6
Readme
cjdmaid - cjdns peers manager
__,,_,,..,.
..---\ / /
\ \ \_,./.../
`\_.\-' `.
/ \
/ _ ____,,.... \
| _,-__ ___ .' |
\ \ |' | [' || |
|`\`--' '--'/ |
| \ __ / ,|
~ | `..___ _. /
~ |'''''----|'''/
~ / ; _,,
.__\_/___,, _;__|| ; /
\_|_____/ -._
,' .| `: o_
,' / `. \.
,'.__ _Y' \ `.
:. '`--./ `.
`"-....____ __ __..-
/ ,' | :
|,.' |.'
''
Installing
Not working yet.
Get node.js:
sudo apt-get install nodejs
Install with npm: (Not avalaible yet)
sudo npm -g <future module name>
Install from source:
git clone https://github.com/noway421/cjdmaid.git
cd cjdmaid
npm install
sudo npm link
Commands
Usage: cjdmaid [options] [command]
Commands:
addpass Add authorized password to config.
addpeer Add peer to your config.
outcon Add connection to outgoingConnections in config.
allowcon Add connection to allowedConnections in config.
start Start cjdns with saved peers.
help [cmd] display help for [cmd]
Options:
-h, --help output usage information
-V, --version output the version number
LICENSE
cjdmaid - cjdns peers manager
Copyright (C) 2013 noway421
Cjdmaid program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.