mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Add bulwark conf file for network manager
This commit is contained in:
parent
84de8bb961
commit
759a9e7c12
12
home/private_dot_wireguard/bulwark.conf.tmpl
Normal file
12
home/private_dot_wireguard/bulwark.conf.tmpl
Normal file
@ -0,0 +1,12 @@
|
||||
[Interface]
|
||||
# your own IP on the wireguard network
|
||||
Address = 192.168.2.4/24
|
||||
Table = auto
|
||||
PrivateKey = {{ (secret "Wireguard - Bulwark Secret" "NOTES") }}
|
||||
|
||||
[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 = 66.218.43.87:51820
|
Loading…
x
Reference in New Issue
Block a user