respondd-config.tmpl 575 B

1234567891011121314151617181920212223242526
  1. {
  2. "batman": "{{ bat_iface }}",
  3. "bridge": "{{ mcast_iface }}",
  4. "mesh-vpn": ["{{ site }}_intergw", "{{ site }}_nodes4", "{{ site }}_nodes6"],
  5. "nodeinfo": {
  6. "hostname": "{{ hostname }}",
  7. {%- if location %}
  8. "location": {
  9. "latitude": {{ location.latitude }},
  10. "longitude": {{ location.longitude }}
  11. },
  12. {%- endif %}
  13. "network": {
  14. "mac": "{{ mac_address }}"
  15. },
  16. "software": {
  17. "firmware": {
  18. "release": "FFHO-1.0"
  19. }
  20. },
  21. "system": {
  22. "site_code": "{{ site_code }}"
  23. },
  24. "vpn": {{ fastd_peers }}
  25. }
  26. }