2024-05-06 18:01:03 +02:00
|
|
|
[Interface]
|
|
|
|
Address = 10.0.0.2/24
|
2024-05-30 15:12:12 +02:00
|
|
|
PrivateKey = {{ WIREGUARD_WIFI_FABLAB_PRIVATE_KEY }}
|
2024-05-06 18:01:03 +02:00
|
|
|
DNS = 208.67.222.222, 208.67.220.220
|
|
|
|
MTU = 1420
|
|
|
|
|
|
|
|
[Peer]
|
|
|
|
AllowedIPs = 0.0.0.0/1, 128.0.0.0/1, ::/1, 8000::/1 # Don't intercept local traffic
|
2024-05-30 15:12:12 +02:00
|
|
|
Endpoint = cohabit.fr:{{ WIREGUARD_SERVER_LISTEN_PORT }}
|
2024-05-06 18:01:03 +02:00
|
|
|
PersistentKeepalive = 25
|
2024-05-30 15:12:12 +02:00
|
|
|
PublicKey = {{ WIREGUARD_SERVER_PUBLIC_KEY }}
|