gyurix eeef07d964
continuous-integration/drone/push Build is passing
feat(gateway): add iptables-legacy and temporary port redirection
- Install iptables-legacy package in Dockerfile to support iptables rules
- Add temporary iptables rules in set_gateway.sh to redirect HTTP/HTTPS traffic from wg0 to 172.18.103.2
- These rules are temporary and should be removed after service-exec go update
2026-06-15 07:41:07 +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%