Added dockerfile for build alpine based boringtun wireguard client
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
IP_GATEWAY=$(route -n | grep 'UG[ \t]' | awk '{print $2}');
|
||||
route add -host vps.vizpartingatlan.hu gw $IP_GATEWAY
|
||||
Reference in New Issue
Block a user