Initial commit

This commit is contained in:
2026-07-24 20:26:37 +03:00
commit 515d053f59
9 changed files with 1003 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Your own values: ONT serial/MAC/versions, router + admin addresses.
# Copy example.env -> .env and fill it in. Never commit .env.
.env
# Flash dumps and their checksums — keep LOCAL, never commit/push. They are
# device-unique and contain per-device calibration, MAC, serial, PLOAM.
backups/
*.bin
# As-built notes for THIS line — contain public IPs, the real GPON serial/MAC,
# LAN ranges and port-forward targets. README.md is the shareable guide.
# Delete this line if you have sanitised docs/ and want to publish them.
docs/
# Python
__pycache__/
*.pyc