mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
[Interface]
|
|
# your own IP on the wireguard network
|
|
Address = 192.168.3.2/24
|
|
PrivateKey = <replace with secret>
|
|
|
|
[Peer]
|
|
PublicKey = bd7bbZOngl/FTdBlnbIhgCLNf6yx5X8WjiRB7E1NEQQ=
|
|
# restrict this to the wireguard subnet if you don't want to route everything to the tunnel
|
|
AllowedIPs = 0.0.0.0/0, ::/0
|
|
# ip and port of the peer
|
|
Endpoint = 1.2.3.4:51820
|