6 Commits

Author SHA1 Message Date
Josh Jacobs
2756d3b0c8 chore: harden compose + entrypoint; docs refresh; ignore artifacts; dependabot
- docker-compose.yml.example: drop privileged; add cap_add (NET_ADMIN, NET_RAW) and sysctls; quote env vars
- entrypoint.sh: add strict mode + traps; wait for service; idempotent iptables; graceful shutdown
- README.md: update to multi-arch + non-privileged run guidance; fix examples
- .gitignore: ignore sbom.spdx.json and results.sarif
- .github/dependabot.yml: monitor Dockerfiles weekly

No functional changes intended; improves security, robustness, and maintainability.
2025-10-26 15:50:49 +00:00
90cf5b1684 fix: allow bi-directional traffic initiation 2021-10-21 19:05:36 +01:00
556195cd64 feat: support multiple zt network joins
feat: add ZT_BRIDGE to control bridge functionality
2021-08-13 12:31:24 +01:00
0745296487 docs: comment formatting 2021-08-13 11:24:08 +01:00
6c4a1a6c1c style: cleaned up some useless debug info 2021-08-13 11:23:12 +01:00
50b22bba79 Init Commit 2021-08-12 16:12:07 +01:00