Commit Graph

5 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
2d4fad9532 Added persistent keep alive script instead of built in wireguard ping process 2023-08-01 06:23:15 +00:00
Gyorgy Berenyi
6c11c45756 Update 'set_gateway.sh'
Removed static host value and change it to set from the endpoint variable of wireguard config actualy
2023-04-07 10:10:39 +00:00
c7c6d48fad Added dockerfile for build alpine based boringtun wireguard client 2023-02-27 22:14:47 +00:00