Initial commit
This commit is contained in:
parent
9102d564f0
commit
dc26255c92
11 changed files with 30 additions and 669 deletions
|
|
@ -62,7 +62,7 @@ user "sonny"
|
|||
# activation is in use.
|
||||
#
|
||||
# For network
|
||||
bind_to_address "{{ mpd_listen_address }}"
|
||||
bind_to_address "{{ vpn_listen_address }}"
|
||||
|
||||
#
|
||||
# This setting is the TCP port that is desired for the daemon to get assigned
|
||||
|
|
@ -93,17 +93,13 @@ input {
|
|||
# blocks. Setting this block is optional, though the server will only attempt
|
||||
# autodetection for one sound card.
|
||||
#
|
||||
{% for peer in vpn_peers %}
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "Pulse remote laptop"
|
||||
server "10.8.1.6"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "Pulse remote desktop"
|
||||
server "10.8.1.10"
|
||||
name "Pulse remote {{ peer.name }}"
|
||||
server "{{ peer.ip }}"
|
||||
}
|
||||
{% endfor %}
|
||||
|
||||
#
|
||||
# Character Encoding ##########################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue