attr-sql.conf 529 B

1234567891011121314151617181920
  1. attr-sql {
  2. # Release all online leases during startup. Disable this to share the DB
  3. # between multiple VPN gateways.
  4. # crash_recovery = yes
  5. # Database URI for attr-sql plugin used by charon. If it contains a
  6. # password, make sure to adjust the permissions of the config file
  7. # accordingly.
  8. # database =
  9. # Enable logging of SQL IP pool leases.
  10. # lease_history = yes
  11. # Whether to load the plugin. Can also be an integer to increase the
  12. # priority of this plugin.
  13. load = yes
  14. }