README 1.0 KB

12345678910111213141516171819202122
  1. Ubuntu Packaging for cjdns
  2. ----------------------------
  3. This packaging is designed for use in daily builds and targets Ubuntu 14.04 and higher.
  4. It provides three binary packages:
  5. * "cjdns" contains:
  6. - cjdns itself
  7. - Upstart script for autostart on boot and easy control through commands like "sudo restart cjdns"
  8. - skeleton configuration file in /etc/cjdns.conf
  9. - advanced tools for messing with cjdns internals in /usr/lib/cjdns
  10. - Python modules for interfacing with cjdns admin port for use in your own Python scripts
  11. * "cjdns-dynamic" contains:
  12. - Separate wrapper that allows peering by a dynamic domain name instead of IP address, already chained to cjdns
  13. - config file for the said wrapper at /etc/cjdns-dynamic.conf
  14. * "cjdns-dbgsym":
  15. - Debugging symbols for cjdns, useful for reporting and investigating crashes.
  16. The package provides both Upstart and systemd configs and should, in theory,
  17. work on Debian Jessie. It was not tested.
  18. -- Sergey "Shnatsel" Davidoff <shnatsel@gmail.com> Wed, 20 May 2015 12:57:10 +0300