mirror of
https://git.straybits.ca/straybits/docker-samples.git
synced 2024-11-07 18:22:26 +00:00
13 lines
No EOL
412 B
Text
13 lines
No EOL
412 B
Text
[Interface]
|
|
Address = 10.0.0.2/24 # Private IP for the home server in the VPN network
|
|
PrivateKey = #### PRIVATE KEY OF PRIVATE SERVER ####
|
|
Table = 123
|
|
|
|
PreUp = ip rule add from 10.0.0.2 table 123 priority 1
|
|
PostDown = ip rule del from 10.0.0.2 table 123 priority 1
|
|
|
|
[Peer]
|
|
PublicKey = #### PUBLIC KEY OF PUBLIC SERVER ####
|
|
AllowedIPs = 0.0.0.0/0
|
|
Endpoint = 999.999.999.999:51820
|
|
PersistentKeepalive = 25 |