Add mobile configuration & load keys from paths
This commit is contained in:
parent
16a979b04b
commit
56331232e6
13 changed files with 106 additions and 183 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue