Add WireGuard VPN configuration for Proxmox Colocation
This commit is contained in:
parent
efae0c098c
commit
107f2de66c
1 changed files with 10 additions and 0 deletions
10
wg1.conf
Normal file
10
wg1.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Interface]
|
||||||
|
PrivateKey = eDcRLqehay1uqtv+ltkxgWc4EtPMlFyZRVzfQSZ6zWM=
|
||||||
|
Address = 10.6.0.3/24
|
||||||
|
DNS = 1.1.1.1
|
||||||
|
|
||||||
|
[Peer]
|
||||||
|
PublicKey = ee4ywiTbFZ3Dlg74FqIwTQQMo4vR6IgKrDQ+Yos7gHo=
|
||||||
|
Endpoint = 74.80.182.50:51820
|
||||||
|
AllowedIPs = 10.6.0.0/24, 10.4.0.0/24
|
||||||
|
PersistentKeepalive = 25
|
||||||
Loading…
Add table
Reference in a new issue