mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:34:48 +07:00
feat(wireguard): add remote server peer
This commit is contained in:
parent
8c77fb834b
commit
8df572f914
@ -57,10 +57,21 @@ app-template:
|
|||||||
# list of peers everywhere.
|
# list of peers everywhere.
|
||||||
# https://lists.zx2c4.com/pipermail/wireguard/2018-December/003703.html
|
# https://lists.zx2c4.com/pipermail/wireguard/2018-December/003703.html
|
||||||
|
|
||||||
|
# Servers
|
||||||
|
|
||||||
[Peer]
|
[Peer]
|
||||||
# homelab
|
# homelab
|
||||||
PublicKey = sSAZS1Z3vB7Wx8e2yVqXfeHjgWTa80wnSYoma3mZkiU=
|
PublicKey = sSAZS1Z3vB7Wx8e2yVqXfeHjgWTa80wnSYoma3mZkiU=
|
||||||
AllowedIPs = 172.16.0.1/32, 192.168.1.224/27
|
AllowedIPs = 172.16.0.1/32, 192.168.1.100/32, 192.168.1.224/27
|
||||||
|
|
||||||
|
[Peer]
|
||||||
|
# horus
|
||||||
|
PublicKey = zVwYqwvGn/IL7o6CD84y4/Y/OnRAUl/jw6T7DtNqWGM=
|
||||||
|
Endpoint = horus.khuedoan.com:51820
|
||||||
|
PersistentKeepalive = 25
|
||||||
|
AllowedIPs = 172.16.0.2/32
|
||||||
|
|
||||||
|
# Clients
|
||||||
|
|
||||||
[Peer]
|
[Peer]
|
||||||
# khuedoan-ryzentower
|
# khuedoan-ryzentower
|
||||||
|
Loading…
Reference in New Issue
Block a user