wireguard, stash, docker debian, jellyfin
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[Interface]
|
||||
Address = {{ item.ip_address }}
|
||||
PrivateKey = {{ item.private_key }}
|
||||
DNS = 10.8.0.1
|
||||
|
||||
[Peer]
|
||||
PublicKey = {{ wireguard_server.public_key }}
|
||||
Endpoint = home.hoekveen.net:51820
|
||||
# Route all home network traffic through WireGuard
|
||||
# To route ALL traffic (full VPN), change to: 0.0.0.0/0
|
||||
AllowedIPs = 192.168.178.0/24, 10.8.0.0/24
|
||||
PersistentKeepalive = 25
|
||||
Reference in New Issue
Block a user