server_config/wireguard/clients/wifi_fablab.conf

12 lines
306 B
Plaintext
Raw Normal View History

2024-05-06 18:01:03 +02:00
[Interface]
Address = 10.0.0.2/24
PrivateKey = #! TODO use Secrets
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:#! TODO use Secrets
PersistentKeepalive = 25
PublicKey = #! TODO use Secrets