Added dockerfile for build alpine based boringtun wireguard client

This commit is contained in:
2023-02-27 22:14:47 +00:00
parent babbc67a66
commit c7c6d48fad
5 changed files with 83 additions and 0 deletions

12
wg_config_sample Normal file
View File

@@ -0,0 +1,12 @@
[Interface]
Address =
PrivateKey =
DNS = 1.1.1.1
PreUp = /etc/wireguard/set_gateway.sh
[Peer]
PublicKey =
PresharedKey =
AllowedIPs = 0.0.0.0/0
Endpoint =
PersistentKeepalive = 15