Add missing desktop configuration for syncthing
This commit is contained in:
parent
171426a358
commit
11eb116f2d
1 changed files with 5 additions and 2 deletions
|
|
@ -5,8 +5,9 @@ vpn_default:
|
||||||
interface: 'wg0'
|
interface: 'wg0'
|
||||||
dns: '10.0.0.1'
|
dns: '10.0.0.1'
|
||||||
domains:
|
domains:
|
||||||
- '~vpn.{{ server_domain }}'
|
- ~vpn.{{ server_domain }}
|
||||||
- '~transmission.{{ server_domain }}'
|
- ~transmission.{{ server_domain }}
|
||||||
|
- ~syncthing.{{ server_domain }}
|
||||||
|
|
||||||
public_key_path: '{{ vpn_config_dir }}/keys/public/default/desktop.pub'
|
public_key_path: '{{ vpn_config_dir }}/keys/public/default/desktop.pub'
|
||||||
private_key_path: '{{ vpn_config_dir }}/keys/private/default/desktop.key'
|
private_key_path: '{{ vpn_config_dir }}/keys/private/default/desktop.key'
|
||||||
|
|
@ -18,6 +19,8 @@ vpn_default:
|
||||||
create_route: false
|
create_route: false
|
||||||
- address: '172.16.238.0/24'
|
- address: '172.16.238.0/24'
|
||||||
create_route: true
|
create_route: true
|
||||||
|
- address: '172.32.238.0/24'
|
||||||
|
create_route: true
|
||||||
endpoint: '{{ server_domain }}:51902'
|
endpoint: '{{ server_domain }}:51902'
|
||||||
public_key: 'CeybSMpJiicXmndIuhe89Bay3z3PEdYNyAwIFsacBEo='
|
public_key: 'CeybSMpJiicXmndIuhe89Bay3z3PEdYNyAwIFsacBEo='
|
||||||
preshared_key_path: '{{ vpn_config_dir }}/keys/private/default/preshared-zeus.psk'
|
preshared_key_path: '{{ vpn_config_dir }}/keys/private/default/preshared-zeus.psk'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue