Commit Graph

6 Commits

Author SHA1 Message Date
gyurix
f45ae6e544 fix: add iptables package and simplify iptables rules
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`.
2026-06-15 08:13:59 +02:00
gyurix
eeef07d964 feat(gateway): add iptables-legacy and temporary port redirection
continuous-integration/drone/push Build is passing
- 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
gyurix
7eb7a19b3f Enhance WireGuard startup and keepalive monitoring logic in entrypoint and persistentkeepalive scripts
continuous-integration/drone/push Build was killed
2026-03-22 09:41:17 +01:00
207311ddbe prepared image to run under arm infra also 2024-09-10 13:56:07 +02:00
2d4fad9532 Added persistent keep alive script instead of built in wireguard ping process 2023-08-01 06:23:15 +00:00
c7c6d48fad Added dockerfile for build alpine based boringtun wireguard client 2023-02-27 22:14:47 +00:00