You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1 KiB

  1. # [Jool](https://www.jool.mx)
  2. ## Documentation
  3. [See here](https://www.jool.mx/en/documentation.html).
  4. You might also want to see [contact info](https://www.jool.mx/en/contact.html).
  5. ## Usage
  6. ### Start script
  7. This package includes a start script that will:
  8. 1. Read the configuration file `/etc/config/jool`
  9. 2. Determine what services are active
  10. 3. Run jool with procd
  11. For now this means that:
  12. * The services will be disabled by default in the uci config `(/etc/config/jool)`
  13. * The only uci configuration support available for the package is to enable or disable each instance or the entire deamon
  14. * There is no uci support and configuration will be saved at `/etc/jool/*
  15. * Only one instance of jool(nat64) can run with the boot script
  16. * Only one instance of jool(siit) can run with the boot script
  17. * For now there is no way of overriding of the configuration file's paths
  18. The configuration files the startup script useses for each jool instance are:
  19. * jool(nat64): `/etc/jool/jool-nat64.conf.json`
  20. * jool(siit): `/etc/jool/jool-siit.conf.json`