continuous-integration/drone/push Build is passing
- Add iptables package in Dockerfile alongside iptables-legacy for compatibility. - Remove redundant `-m tcp` from iptables commands in set_gateway.sh since `-p tcp` already implies the TCP module when using `--dport`.
Boringtun based wireguard client for linux. Modifyed Dockerfile to correct borintun-cli install and copy. The sample wireguard config uses a set_gateway script to excluding from the default route the wireguard vpn server.
Needed container parameters: --cap-add=NET_ADMIN --cap-add MKNOD --cap-add NET_RAW --privileged --device=/dev/net/tun
Description
Languages
Shell
58%
Dockerfile
42%