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
Executable
+4
View File
@@ -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