Update mpd configuration
This commit is contained in:
parent
71af560ed7
commit
4fc4f2712b
4 changed files with 11 additions and 7 deletions
|
|
@ -11,6 +11,7 @@ vpn_default:
|
|||
- 'transmission.{{ server_domain }}'
|
||||
- 'syncthing.{{ server_domain }}'
|
||||
- 'radicale.{{ server_domain }}'
|
||||
- 'mpd.{{ server_domain }}'
|
||||
|
||||
public_key_path: '{{ vpn_config_dir }}/keys/public/default/laptop.pub'
|
||||
private_key_path: '{{ vpn_config_dir }}/keys/private/default/laptop.key'
|
||||
|
|
@ -22,6 +23,7 @@ vpn_default:
|
|||
- 172.16.238.0/24
|
||||
- 172.32.238.0/24
|
||||
- 172.64.238.0/24
|
||||
- 172.128.238.0/24
|
||||
endpoint: '{{ server_domain }}:51902'
|
||||
public_key: 'CeybSMpJiicXmndIuhe89Bay3z3PEdYNyAwIFsacBEo='
|
||||
preshared_key_path: '{{ vpn_config_dir }}/keys/private/default/preshared-zeus.psk'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue