Add mobile configuration & load keys from paths

This commit is contained in:
sonny 2021-12-31 19:16:00 +01:00
parent 16a979b04b
commit 56331232e6
13 changed files with 106 additions and 183 deletions

View file

@ -93,11 +93,11 @@ input {
# blocks. Setting this block is optional, though the server will only attempt
# autodetection for one sound card.
#
{% for peer in vpn_peers %}
{% for peer, properties in vpn_peers.items() %}
audio_output {
type "pulse"
name "Pulse remote {{ peer.name }}"
server "{{ peer.ip }}"
name "Pulse remote {{ peer }}"
server "{{ properties.ip }}"
}
{% endfor %}