Guide To Install cjdns On Mac using Brew
Package Information:
Name: cjdns
Use: An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing.
URL: https://github.com/cjdelisle/cjdns/
Installation Steps:
- Open Terminal by hitting
<command+space>
. Type terminal and hitEnter
key. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cjdns using brew
brew install cjdns
cjdns is ready to use now!