Add missing desktop configuration for syncthing

This commit is contained in:
Sonny Bakker 2025-03-14 08:43:46 +01:00
parent 171426a358
commit 11eb116f2d

View file

@ -5,8 +5,9 @@ vpn_default:
interface: 'wg0'
dns: '10.0.0.1'
domains:
- '~vpn.{{ server_domain }}'
- '~transmission.{{ server_domain }}'
- ~vpn.{{ server_domain }}
- ~transmission.{{ server_domain }}
- ~syncthing.{{ server_domain }}
public_key_path: '{{ vpn_config_dir }}/keys/public/default/desktop.pub'
private_key_path: '{{ vpn_config_dir }}/keys/private/default/desktop.key'
@ -18,6 +19,8 @@ vpn_default:
create_route: false
- address: '172.16.238.0/24'
create_route: true
- address: '172.32.238.0/24'
create_route: true
endpoint: '{{ server_domain }}:51902'
public_key: 'CeybSMpJiicXmndIuhe89Bay3z3PEdYNyAwIFsacBEo='
preshared_key_path: '{{ vpn_config_dir }}/keys/private/default/preshared-zeus.psk'