Commit Graph

5 Commits

Author SHA1 Message Date
syr4ok 7ac0ad8922 feat(docker): Implemented a robust Bash utility for managing Docker bridge networks.
Key improvements and features:
- Automated IPAM: Scans for available /24 subnets within a defined BASE_NET range.
- Native OS Integration: Forces static bridge names using 'com.docker.network.bridge.name' for easier netfilter/iptables rules.
- Infrastructure Persistence: Tracks managed networks via a flat-file database (NET_FILE).
- Safety Mechanisms:
    - Enforced 15-char limit for Linux interface compatibility.
    - ShellCheck-validated code with 'set -euo pipefail' (Strict Mode).
    - Interactive confirmation for bulk decommissioning.
- Comprehensive Dashboard: Provides 'info' command for real-time network status and IP range overview.
2026-04-16 17:35:32 +03:00
syr4ok 96769b7f58 docs: add quick start instructions for Directory Comparator and Juniper Network Toggle scripts. 2026-04-14 14:37:17 +03:00
syr4ok efeef3d4b1 feat(utils): add compare-dirs.sh utility
- recursive directory comparison based on source folder
- support for quiet mode and custom log files
- colored output and dependency checking
- integrated with main navigation table
2026-04-14 14:28:43 +03:00
syr4ok 0af528db4f docs: add juniper-net-toggle to the general README 2026-04-14 10:35:36 +03:00
syr4ok 12b4eef294 feat(network): add juniper-net-toggle.sh v1.0.0b
- add support for both interface addresses and static routes
- implement dynamic CIDR mask handling (/24 to /32)
- add bash strict mode for better reliability
- include local README with quick start examples
2026-04-14 10:29:25 +03:00