gyurix f45ae6e544
continuous-integration/drone/push Build is passing
fix: add iptables package and simplify iptables rules
- 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`.
2026-06-15 08:13:59 +02:00

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
No description provided
Readme 63 KiB
Languages
Shell 58%
Dockerfile 42%