server_config/wireguard/clients/wifi_fablab.conf

12 lines
355 B
Plaintext
Raw Permalink Normal View History

2024-05-06 18:01:03 +02:00
[Interface]
Address = 10.0.0.2/24
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
Endpoint = cohabit.fr:{{ WIREGUARD_SERVER_LISTEN_PORT }}
2024-05-06 18:01:03 +02:00
PersistentKeepalive = 25
PublicKey = {{ WIREGUARD_SERVER_PUBLIC_KEY }}