Create a self-signed CA, set up group configs, add script to allow new connections through the firewall. In the base debian role, drop the default nftables forward chain with drop policy because it clashes with this. If you enable forwarding on a debian host, make sure to configure the firewall.
4 lines
63 B
Django/Jinja
4 lines
63 B
Django/Jinja
{% for route in item.value %}
|
|
route = {{ route }}
|
|
{% endfor %}
|