First commit
This commit is contained in:
9
rootfs/etc/wireguard/client-sample.conf
Normal file
9
rootfs/etc/wireguard/client-sample.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
[Interface]
|
||||
PrivateKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
Address = 10.10.10.2/32
|
||||
DNS = 10.10.10.1
|
||||
|
||||
[Peer]
|
||||
PublicKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
AllowedIPs = 0.0.0.0/0, ::/0
|
||||
Endpoint = XXX.XXX.XXX.XXX:80
|
Reference in New Issue
Block a user