forked from cohabit/server_config
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
|
[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
|