client.tmpl 185 B

12345678
  1. #
  2. # Client specific configuration for {{ node }}
  3. #
  4. password = {{ burp_config.get ('password') }}
  5. {%- for entry in burp_config.get ('include_fs') %}
  6. include = {{ entry }}
  7. {%- endfor %}