Example of WireGuard client configuration
This commit is contained in:
13
conf/wg-home.conf
Normal file
13
conf/wg-home.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# Example of WireGuard client configuration for byt13.fnet.cz
|
||||
|
||||
[Interface]
|
||||
Address = 10.20.30.4/32
|
||||
PrivateKey = <private-key>
|
||||
|
||||
[Peer]
|
||||
Endpoint = 78.80.38.124:13232
|
||||
PublicKey = tr5BmX7hsFBVgI7GleoDC5cQC/1UHdQ7d0FbM37zvXs=
|
||||
PresharedKey = <preshared-key>
|
||||
PersistentKeepalive = 15
|
||||
AllowedIPs = 10.20.30.1/32
|
||||
AllowedIPs = 192.168.4.0/24
|
||||
Reference in New Issue
Block a user