🐞 fix: Port scanning fixes

This commit is contained in:
Keith Solomon
2026-03-08 19:39:11 -05:00
parent 5dae17fb73
commit 7c5cbcbe7c
4 changed files with 11 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ services:
- NETTRAK_DB_PATH=/data/nettrak.db
- NETTRAK_SUBNET=192.168.2.0/24
- NETTRAK_TOP_PORTS=100
# Optional explicit port set/range. Example catches 8989 and many app ports:
# - NETTRAK_PORT_SPEC=1-10000
- NETTRAK_SCAN_WORKERS=12
- NETTRAK_PORT_PROBE_TIMEOUT=0.4
- NETTRAK_ENABLE_OS_DETECTION=0