Added dockerfile for build alpine based boringtun wireguard client
This commit is contained in:
12
wg_config_sample
Normal file
12
wg_config_sample
Normal 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
|
Reference in New Issue
Block a user