Add wireguard configuration
This commit is contained in:
11
etc/wireguard/wg0.conf
Normal file
11
etc/wireguard/wg0.conf
Normal file
@ -0,0 +1,11 @@
|
||||
[Interface]
|
||||
PrivateKey = YOUR_PRIVATE_KEY
|
||||
Address = 10.9.0.2/24
|
||||
ListenPort = 12912
|
||||
MTU = 1380
|
||||
|
||||
[Peer]
|
||||
PublicKey = YOUR_PUBLIC_KEY
|
||||
AllowedIPs = 10.9.0.1/32
|
||||
Endpoint = YOUR_IP:12912
|
||||
PersistentKeepalive = 25
|
Reference in New Issue
Block a user